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

models.translate-2017-07-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Translate module holds the client classes that are used for communicating with Amazon Translate Service

There is a newer version: 2.29.17
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "listTerminologies" ]
  },
  "metadata" : {
    "apiVersion" : "2017-07-01",
    "asyncBuilder" : "DefaultTranslateAsyncClientBuilder",
    "asyncBuilderInterface" : "TranslateAsyncClientBuilder",
    "asyncClient" : "DefaultTranslateAsyncClient",
    "asyncInterface" : "TranslateAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultTranslateBaseClientBuilder",
    "baseBuilderInterface" : "TranslateBaseClientBuilder",
    "baseExceptionName" : "TranslateException",
    "baseRequestName" : "TranslateRequest",
    "baseResponseName" : "TranslateResponse",
    "cborProtocol" : false,
    "clientPackageName" : "translate",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon Translate",
    "documentation" : "

Provides translation between one source language and another of the same set of languages.

", "endpointPrefix" : "translate", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.translate", "fullModelPackageName" : "software.amazon.awssdk.services.translate.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.translate.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.translate.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.translate.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "translate.model", "paginatorsPackageName" : "translate.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "translate.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Translate", "serviceName" : "Translate", "signingName" : "translate", "syncBuilder" : "DefaultTranslateClientBuilder", "syncBuilderInterface" : "TranslateClientBuilder", "syncClient" : "DefaultTranslateClient", "syncInterface" : "TranslateClient", "transformPackageName" : "translate.transform", "uid" : "translate-2017-07-01", "xmlProtocol" : false }, "operations" : { "DeleteTerminology" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

A synchronous action that deletes a custom terminology.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTerminologyRequest", "variableName" : "deleteTerminologyRequest", "variableType" : "DeleteTerminologyRequest", "documentation" : "", "simpleType" : "DeleteTerminologyRequest", "variableSetterType" : "DeleteTerminologyRequest" }, "methodName" : "deleteTerminology", "operationName" : "DeleteTerminology", "paginated" : false, "returnType" : { "returnType" : "DeleteTerminologyResponse", "documentation" : null }, "syncReturnType" : "DeleteTerminologyResponse" }, "DescribeTextTranslationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets the properties associated with an asycnhronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTextTranslationJobRequest", "variableName" : "describeTextTranslationJobRequest", "variableType" : "DescribeTextTranslationJobRequest", "documentation" : "", "simpleType" : "DescribeTextTranslationJobRequest", "variableSetterType" : "DescribeTextTranslationJobRequest" }, "methodName" : "describeTextTranslationJob", "operationName" : "DescribeTextTranslationJob", "paginated" : false, "returnType" : { "returnType" : "DescribeTextTranslationJobResponse", "documentation" : null }, "syncReturnType" : "DescribeTextTranslationJobResponse" }, "GetTerminology" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a custom terminology.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTerminologyRequest", "variableName" : "getTerminologyRequest", "variableType" : "GetTerminologyRequest", "documentation" : "", "simpleType" : "GetTerminologyRequest", "variableSetterType" : "GetTerminologyRequest" }, "methodName" : "getTerminology", "operationName" : "GetTerminology", "paginated" : false, "returnType" : { "returnType" : "GetTerminologyResponse", "documentation" : null }, "syncReturnType" : "GetTerminologyResponse" }, "ImportTerminology" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. Currently, the only supported merge strategy is OVERWRITE, and so the imported terminology will overwrite an existing terminology of the same name.

If you import a terminology that overwrites an existing one, the new terminology take up to 10 minutes to fully propagate and be available for use in a translation due to cache policies with the DataPlane service that performs the translations.

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

The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.

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

The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ImportTerminologyRequest", "variableName" : "importTerminologyRequest", "variableType" : "ImportTerminologyRequest", "documentation" : "", "simpleType" : "ImportTerminologyRequest", "variableSetterType" : "ImportTerminologyRequest" }, "methodName" : "importTerminology", "operationName" : "ImportTerminology", "paginated" : false, "returnType" : { "returnType" : "ImportTerminologyResponse", "documentation" : null }, "syncReturnType" : "ImportTerminologyResponse" }, "ListTerminologies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provides a list of custom terminologies associated with your account.

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

The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTerminologiesRequest", "variableName" : "listTerminologiesRequest", "variableType" : "ListTerminologiesRequest", "documentation" : "", "simpleType" : "ListTerminologiesRequest", "variableSetterType" : "ListTerminologiesRequest" }, "methodName" : "listTerminologies", "operationName" : "ListTerminologies", "paginated" : true, "returnType" : { "returnType" : "ListTerminologiesResponse", "documentation" : null }, "syncReturnType" : "ListTerminologiesResponse" }, "ListTextTranslationJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets a list of the batch translation jobs that you have submitted.

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

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

The filter specified for the operation is invalid. Specify a different filter.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTextTranslationJobsRequest", "variableName" : "listTextTranslationJobsRequest", "variableType" : "ListTextTranslationJobsRequest", "documentation" : "", "simpleType" : "ListTextTranslationJobsRequest", "variableSetterType" : "ListTextTranslationJobsRequest" }, "methodName" : "listTextTranslationJobs", "operationName" : "ListTextTranslationJobs", "paginated" : true, "returnType" : { "returnType" : "ListTextTranslationJobsResponse", "documentation" : null }, "syncReturnType" : "ListTextTranslationJobsResponse" }, "StartTextTranslationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts an asynchronous batch translation job. Batch translation jobs can be used to translate large volumes of text across multiple documents at once. For more information, see async.

Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation.

Amazon Translate does not support batch translation of multiple source languages at once.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

Amazon Translate does not support translation from the language of the source text into the requested target language. For more information, see how-to-error-msg.

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

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartTextTranslationJobRequest", "variableName" : "startTextTranslationJobRequest", "variableType" : "StartTextTranslationJobRequest", "documentation" : "", "simpleType" : "StartTextTranslationJobRequest", "variableSetterType" : "StartTextTranslationJobRequest" }, "methodName" : "startTextTranslationJob", "operationName" : "StartTextTranslationJob", "paginated" : false, "returnType" : { "returnType" : "StartTextTranslationJobResponse", "documentation" : null }, "syncReturnType" : "StartTextTranslationJobResponse" }, "StopTextTranslationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops an asynchronous batch translation job that is in progress.

If the job's state is IN_PROGRESS, the job will be marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state. Otherwise, the job is put into the STOPPED state.

Asynchronous batch translation jobs are started with the StartTextTranslationJob operation. You can use the DescribeTextTranslationJob or ListTextTranslationJobs operations to get a batch translation job's JobId.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

An internal server error occurred. Retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopTextTranslationJobRequest", "variableName" : "stopTextTranslationJobRequest", "variableType" : "StopTextTranslationJobRequest", "documentation" : "", "simpleType" : "StopTextTranslationJobRequest", "variableSetterType" : "StopTextTranslationJobRequest" }, "methodName" : "stopTextTranslationJob", "operationName" : "StopTextTranslationJob", "paginated" : false, "returnType" : { "returnType" : "StopTextTranslationJobResponse", "documentation" : null }, "syncReturnType" : "StopTextTranslationJobResponse" }, "TranslateText" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Translates input text from the source language to the target language. For a list of available languages and language codes, see what-is-languages.

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

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

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

The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.

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

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

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

Amazon Translate does not support translation from the language of the source text into the requested target language. For more information, see how-to-error-msg.

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

The confidence that Amazon Comprehend accurately detected the source language is low. If a low confidence level is acceptable for your application, you can use the language in the exception to call Amazon Translate again. For more information, see the DetectDominantLanguage operation in the Amazon Comprehend Developer Guide.

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

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

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

An internal server error occurred. Retry your request.

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

The Amazon Translate service is temporarily unavailable. Please wait a bit and then retry your request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TranslateTextRequest", "variableName" : "translateTextRequest", "variableType" : "TranslateTextRequest", "documentation" : "", "simpleType" : "TranslateTextRequest", "variableSetterType" : "TranslateTextRequest" }, "methodName" : "translateText", "operationName" : "TranslateText", "paginated" : false, "returnType" : { "returnType" : "TranslateTextResponse", "documentation" : null }, "syncReturnType" : "TranslateTextResponse" } }, "shapes" : { "AppliedTerminology" : { "c2jName" : "AppliedTerminology", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The custom terminology applied to the input text by Amazon Translate for the translated text response. This is optional in the response and will only be present if you specified terminology input in the request. Currently, only one terminology can be applied per TranslateText request.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerms", "beanStyleSetterMethodName" : "setTerms", "c2jName" : "Terms", "c2jShape" : "TermList", "defaultConsumerFluentSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@deprecated Use {@link #terms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terms(List)}\n", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terms", "getterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "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" : "Terms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Terms", "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" : "Term", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Term.Builder} avoiding the need to create one manually via {@link Term#builder()}.\n\nWhen the {@link Consumer} completes, {@link Term.Builder#build()} is called immediately and its result is passed to {@link #member(Term)}.\n@param member a consumer that will call methods on {@link Term.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Term)", "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(Term)}\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" : "Term", "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" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : null, "simpleType" : "Term", "variableSetterType" : "Term" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : "", "simpleType" : "Term", "variableSetterType" : "Term" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Term", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Term", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Terms", "sensitive" : false, "setterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "setterMethodName" : "setTerms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Terms" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerms", "beanStyleSetterMethodName" : "setTerms", "c2jName" : "Terms", "c2jShape" : "TermList", "defaultConsumerFluentSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@deprecated Use {@link #terms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terms(List)}\n", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terms", "getterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "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" : "Terms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Terms", "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" : "Term", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Term.Builder} avoiding the need to create one manually via {@link Term#builder()}.\n\nWhen the {@link Consumer} completes, {@link Term.Builder#build()} is called immediately and its result is passed to {@link #member(Term)}.\n@param member a consumer that will call methods on {@link Term.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Term)", "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(Term)}\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" : "Term", "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" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : null, "simpleType" : "Term", "variableSetterType" : "Term" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : "", "simpleType" : "Term", "variableSetterType" : "Term" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Term", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Term", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Terms", "sensitive" : false, "setterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "setterMethodName" : "setTerms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

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

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@return The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

\n@param name The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerms", "beanStyleSetterMethodName" : "setTerms", "c2jName" : "Terms", "c2jShape" : "TermList", "defaultConsumerFluentSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@deprecated Use {@link #terms()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terms(List)}\n", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

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

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terms", "getterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n

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

\n

\nYou can use {@link #hasTerms()} to see if a value was sent in this field.\n

\n@return The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "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" : "Terms", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Terms", "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" : "Term", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Term.Builder} avoiding the need to create one manually via {@link Term#builder()}.\n\nWhen the {@link Consumer} completes, {@link Term.Builder#build()} is called immediately and its result is passed to {@link #member(Term)}.\n@param member a consumer that will call methods on {@link Term.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Term)", "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(Term)}\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" : "Term", "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" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : null, "simpleType" : "Term", "variableSetterType" : "Term" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Term", "variableName" : "member", "variableType" : "Term", "documentation" : "", "simpleType" : "Term", "variableSetterType" : "Term" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Term", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Term", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Terms", "sensitive" : false, "setterDocumentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

\n@param terms The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.", "setterMethodName" : "setTerms", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terms", "variableType" : "java.util.List", "documentation" : "

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AppliedTerminology", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppliedTerminology", "variableName" : "appliedTerminology", "variableType" : "AppliedTerminology", "documentation" : null, "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTerminologyRequest" : { "c2jName" : "DeleteTerminologyRequest", "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" : "DeleteTerminology", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.DeleteTerminology", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being deleted.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being deleted.

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

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being 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" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being deleted.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being deleted.

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

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being 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" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being deleted.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being deleted.

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

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being deleted.

\n@return The name of the custom terminology being 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" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the custom terminology being deleted.

\n@param name The name of the custom terminology being deleted.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "DeleteTerminologyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTerminologyRequest", "variableName" : "deleteTerminologyRequest", "variableType" : "DeleteTerminologyRequest", "documentation" : null, "simpleType" : "DeleteTerminologyRequest", "variableSetterType" : "DeleteTerminologyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTerminologyResponse" : { "c2jName" : "DeleteTerminologyResponse", "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" : "DeleteTerminologyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTerminologyResponse", "variableName" : "deleteTerminologyResponse", "variableType" : "DeleteTerminologyResponse", "documentation" : null, "simpleType" : "DeleteTerminologyResponse", "variableSetterType" : "DeleteTerminologyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTextTranslationJobRequest" : { "c2jName" : "DescribeTextTranslationJobRequest", "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" : "DescribeTextTranslationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.DescribeTextTranslationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

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

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@return The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

\n@param jobId The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "JobId" ], "shapeName" : "DescribeTextTranslationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTextTranslationJobRequest", "variableName" : "describeTextTranslationJobRequest", "variableType" : "DescribeTextTranslationJobRequest", "documentation" : null, "simpleType" : "DescribeTextTranslationJobRequest", "variableSetterType" : "DescribeTextTranslationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTextTranslationJobResponse" : { "c2jName" : "DescribeTextTranslationJobResponse", "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" : "getTextTranslationJobProperties", "beanStyleSetterMethodName" : "setTextTranslationJobProperties", "c2jName" : "TextTranslationJobProperties", "c2jShape" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.\n@deprecated Use {@link #textTranslationJobProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobProperties(TextTranslationJobProperties)}\n", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobProperties", "getterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.", "getterModel" : { "returnType" : "TextTranslationJobProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextTranslationJobProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextTranslationJobProperties", "sensitive" : false, "setterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.", "setterMethodName" : "setTextTranslationJobProperties", "setterModel" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TextTranslationJobProperties" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTextTranslationJobProperties", "beanStyleSetterMethodName" : "setTextTranslationJobProperties", "c2jName" : "TextTranslationJobProperties", "c2jShape" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.\n@deprecated Use {@link #textTranslationJobProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobProperties(TextTranslationJobProperties)}\n", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobProperties", "getterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.", "getterModel" : { "returnType" : "TextTranslationJobProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextTranslationJobProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextTranslationJobProperties", "sensitive" : false, "setterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.", "setterMethodName" : "setTextTranslationJobProperties", "setterModel" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTextTranslationJobProperties", "beanStyleSetterMethodName" : "setTextTranslationJobProperties", "c2jName" : "TextTranslationJobProperties", "c2jShape" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.\n@deprecated Use {@link #textTranslationJobProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobProperties(TextTranslationJobProperties)}\n", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

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

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobProperties", "getterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@return An object that contains the properties associated with an asynchronous batch translation job.", "getterModel" : { "returnType" : "TextTranslationJobProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextTranslationJobProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextTranslationJobProperties", "sensitive" : false, "setterDocumentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

\n@param textTranslationJobProperties An object that contains the properties associated with an asynchronous batch translation job.", "setterMethodName" : "setTextTranslationJobProperties", "setterModel" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : "

An object that contains the properties associated with an asynchronous batch translation job.

", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTextTranslationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTextTranslationJobResponse", "variableName" : "describeTextTranslationJobResponse", "variableType" : "DescribeTextTranslationJobResponse", "documentation" : null, "simpleType" : "DescribeTextTranslationJobResponse", "variableSetterType" : "DescribeTextTranslationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DetectedLanguageLowConfidenceException" : { "c2jName" : "DetectedLanguageLowConfidenceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The confidence that Amazon Comprehend accurately detected the source language is low. If a low confidence level is acceptable for your application, you can use the language in the exception to call Amazon Translate again. For more information, see the DetectDominantLanguage operation in the Amazon Comprehend Developer Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DetectedLanguageLowConfidenceException", "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" : "getDetectedLanguageCode", "beanStyleSetterMethodName" : "setDetectedLanguageCode", "c2jName" : "DetectedLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.\n@deprecated Use {@link #detectedLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #detectedLanguageCode(String)}\n", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedLanguageCode", "getterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetectedLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DetectedLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetectedLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.", "setterMethodName" : "setDetectedLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DetectedLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDetectedLanguageCode", "beanStyleSetterMethodName" : "setDetectedLanguageCode", "c2jName" : "DetectedLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.\n@deprecated Use {@link #detectedLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #detectedLanguageCode(String)}\n", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedLanguageCode", "getterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetectedLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DetectedLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetectedLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.", "setterMethodName" : "setDetectedLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDetectedLanguageCode", "beanStyleSetterMethodName" : "setDetectedLanguageCode", "c2jName" : "DetectedLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.\n@deprecated Use {@link #detectedLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #detectedLanguageCode(String)}\n", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

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

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedLanguageCode", "getterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@return The language code of the auto-detected language from Amazon Comprehend.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DetectedLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DetectedLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DetectedLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the auto-detected language from Amazon Comprehend.

\n@param detectedLanguageCode The language code of the auto-detected language from Amazon Comprehend.", "setterMethodName" : "setDetectedLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "detectedLanguageCode", "variableType" : "String", "documentation" : "

The language code of the auto-detected language from Amazon Comprehend.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetectedLanguageLowConfidenceException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetectedLanguageLowConfidenceException", "variableName" : "detectedLanguageLowConfidenceException", "variableType" : "DetectedLanguageLowConfidenceException", "documentation" : null, "simpleType" : "DetectedLanguageLowConfidenceException", "variableSetterType" : "DetectedLanguageLowConfidenceException" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionKey" : { "c2jName" : "EncryptionKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The encryption key used to encrypt the custom terminologies used by Amazon Translate.

", "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" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "EncryptionKeyType", "defaultConsumerFluentSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "EncryptionKeyID", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "EncryptionKeyID", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "EncryptionKeyType", "defaultConsumerFluentSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "EncryptionKeyType", "defaultConsumerFluentSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

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

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionKeyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n

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

\n@return The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

\n@param type The type of encryption key used by Amazon Translate to encrypt custom terminologies.\n@see EncryptionKeyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "EncryptionKeyID", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

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

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@return The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

\n@param id The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Type", "Id" ], "shapeName" : "EncryptionKey", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "wrapper" : false, "xmlNamespace" : null }, "EncryptionKeyType" : { "c2jName" : "EncryptionKeyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "KMS", "value" : "KMS" } ], "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" : "EncryptionKeyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EncryptionKeyType", "variableName" : "encryptionKeyType", "variableType" : "EncryptionKeyType", "documentation" : null, "simpleType" : "EncryptionKeyType", "variableSetterType" : "EncryptionKeyType" }, "wrapper" : false, "xmlNamespace" : null }, "GetTerminologyRequest" : { "c2jName" : "GetTerminologyRequest", "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" : "GetTerminology", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.GetTerminology", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@return The name of the custom terminology being retrieved.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataFormat", "beanStyleSetterMethodName" : "setTerminologyDataFormat", "c2jName" : "TerminologyDataFormat", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormat(String)}\n", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "terminologyDataFormat", "getterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TerminologyDataFormat", "sensitive" : false, "setterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setTerminologyDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@return The name of the custom terminology being retrieved.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyDataFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataFormat", "beanStyleSetterMethodName" : "setTerminologyDataFormat", "c2jName" : "TerminologyDataFormat", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormat(String)}\n", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "terminologyDataFormat", "getterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TerminologyDataFormat", "sensitive" : false, "setterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setTerminologyDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@return The name of the custom terminology being retrieved.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being retrieved.

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

The name of the custom terminology being retrieved.

\n@param name The name of the custom terminology being retrieved.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataFormat", "beanStyleSetterMethodName" : "setTerminologyDataFormat", "c2jName" : "TerminologyDataFormat", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #terminologyDataFormat(String)}\n", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

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

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "terminologyDataFormat", "getterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n

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

\n@return The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TerminologyDataFormat", "sensitive" : false, "setterDocumentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

\n@param terminologyDataFormat The data format of the custom terminology being retrieved, either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setTerminologyDataFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "terminologyDataFormat", "variableType" : "String", "documentation" : "

The data format of the custom terminology being retrieved, either CSV or TMX.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "TerminologyDataFormat" ], "shapeName" : "GetTerminologyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTerminologyRequest", "variableName" : "getTerminologyRequest", "variableType" : "GetTerminologyRequest", "documentation" : null, "simpleType" : "GetTerminologyRequest", "variableSetterType" : "GetTerminologyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetTerminologyResponse" : { "c2jName" : "GetTerminologyResponse", "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" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being retrieved.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataLocation", "beanStyleSetterMethodName" : "setTerminologyDataLocation", "c2jName" : "TerminologyDataLocation", "c2jShape" : "TerminologyDataLocation", "defaultConsumerFluentSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@deprecated Use {@link #terminologyDataLocation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyDataLocation(TerminologyDataLocation)}\n", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyDataLocation", "getterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "getterModel" : { "returnType" : "TerminologyDataLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataLocation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyDataLocation", "sensitive" : false, "setterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "setterMethodName" : "setTerminologyDataLocation", "setterModel" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : null, "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

", "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TerminologyDataLocation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataLocation", "beanStyleSetterMethodName" : "setTerminologyDataLocation", "c2jName" : "TerminologyDataLocation", "c2jShape" : "TerminologyDataLocation", "defaultConsumerFluentSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@deprecated Use {@link #terminologyDataLocation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyDataLocation(TerminologyDataLocation)}\n", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyDataLocation", "getterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "getterModel" : { "returnType" : "TerminologyDataLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataLocation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyDataLocation", "sensitive" : false, "setterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "setterMethodName" : "setTerminologyDataLocation", "setterModel" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : null, "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

", "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyProperties" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being retrieved.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being retrieved.

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

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@return The properties of the custom terminology being retrieved.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being retrieved.

\n@param terminologyProperties The properties of the custom terminology being retrieved.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being retrieved.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyDataLocation", "beanStyleSetterMethodName" : "setTerminologyDataLocation", "c2jName" : "TerminologyDataLocation", "c2jShape" : "TerminologyDataLocation", "defaultConsumerFluentSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@deprecated Use {@link #terminologyDataLocation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyDataLocation(TerminologyDataLocation)}\n", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

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

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyDataLocation", "getterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@return The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "getterModel" : { "returnType" : "TerminologyDataLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyDataLocation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyDataLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyDataLocation", "sensitive" : false, "setterDocumentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

\n@param terminologyDataLocation The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.", "setterMethodName" : "setTerminologyDataLocation", "setterModel" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : null, "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : "

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.

", "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTerminologyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTerminologyResponse", "variableName" : "getTerminologyResponse", "variableType" : "GetTerminologyResponse", "documentation" : null, "simpleType" : "GetTerminologyResponse", "variableSetterType" : "GetTerminologyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ImportTerminologyRequest" : { "c2jName" : "ImportTerminologyRequest", "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" : "ImportTerminology", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.ImportTerminology", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@return The name of the custom terminology being imported.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMergeStrategy", "beanStyleSetterMethodName" : "setMergeStrategy", "c2jName" : "MergeStrategy", "c2jShape" : "MergeStrategy", "defaultConsumerFluentSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategy(String)}\n", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy", "fluentSetterMethodName" : "mergeStrategy", "getterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergeStrategy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MergeStrategy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MergeStrategy", "sensitive" : false, "setterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "setterMethodName" : "setMergeStrategy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@return The description of the custom terminology being imported.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyData", "beanStyleSetterMethodName" : "setTerminologyData", "c2jName" : "TerminologyData", "c2jShape" : "TerminologyData", "defaultConsumerFluentSetterDocumentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.\n@deprecated Use {@link #terminologyData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyData(TerminologyData)}\n", "documentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyData", "getterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyData", "sensitive" : false, "setterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.", "setterMethodName" : "setTerminologyData", "setterModel" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : null, "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : "

The terminology data for the custom terminology being imported.

", "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

The encryption key for the custom terminology being imported.

", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@return The description of the custom terminology being imported.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncryptionKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

The encryption key for the custom terminology being imported.

", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MergeStrategy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMergeStrategy", "beanStyleSetterMethodName" : "setMergeStrategy", "c2jName" : "MergeStrategy", "c2jShape" : "MergeStrategy", "defaultConsumerFluentSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategy(String)}\n", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy", "fluentSetterMethodName" : "mergeStrategy", "getterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergeStrategy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MergeStrategy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MergeStrategy", "sensitive" : false, "setterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "setterMethodName" : "setMergeStrategy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@return The name of the custom terminology being imported.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyData" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyData", "beanStyleSetterMethodName" : "setTerminologyData", "c2jName" : "TerminologyData", "c2jShape" : "TerminologyData", "defaultConsumerFluentSetterDocumentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.\n@deprecated Use {@link #terminologyData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyData(TerminologyData)}\n", "documentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyData", "getterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyData", "sensitive" : false, "setterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.", "setterMethodName" : "setTerminologyData", "setterModel" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : null, "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : "

The terminology data for the custom terminology being imported.

", "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@return The name of the custom terminology being imported.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the custom terminology being imported.

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

The name of the custom terminology being imported.

\n@param name The name of the custom terminology being imported.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMergeStrategy", "beanStyleSetterMethodName" : "setMergeStrategy", "c2jName" : "MergeStrategy", "c2jShape" : "MergeStrategy", "defaultConsumerFluentSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy\n@deprecated Use {@link #mergeStrategy(String)}\n", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

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

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy\n@return Returns a reference to this object so that method calls can be chained together.\n@see MergeStrategy", "fluentSetterMethodName" : "mergeStrategy", "getterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n

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

\n@return The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergeStrategy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MergeStrategy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MergeStrategy", "sensitive" : false, "setterDocumentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

\n@param mergeStrategy The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.\n@see MergeStrategy", "setterMethodName" : "setMergeStrategy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergeStrategy", "variableType" : "String", "documentation" : "

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@return The description of the custom terminology being imported.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the custom terminology being imported.

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

The description of the custom terminology being imported.

\n@param description The description of the custom terminology being imported.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the custom terminology being imported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyData", "beanStyleSetterMethodName" : "setTerminologyData", "c2jName" : "TerminologyData", "c2jShape" : "TerminologyData", "defaultConsumerFluentSetterDocumentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.\n@deprecated Use {@link #terminologyData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyData(TerminologyData)}\n", "documentation" : "

The terminology data for the custom terminology being imported.

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

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyData", "getterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@return The terminology data for the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyData", "sensitive" : false, "setterDocumentation" : "

The terminology data for the custom terminology being imported.

\n@param terminologyData The terminology data for the custom terminology being imported.", "setterMethodName" : "setTerminologyData", "setterModel" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : null, "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : "

The terminology data for the custom terminology being imported.

", "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

The encryption key for the custom terminology being imported.

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

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@return The encryption key for the custom terminology being imported.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

The encryption key for the custom terminology being imported.

\n@param encryptionKey The encryption key for the custom terminology being imported.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

The encryption key for the custom terminology being imported.

", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "MergeStrategy", "TerminologyData" ], "shapeName" : "ImportTerminologyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImportTerminologyRequest", "variableName" : "importTerminologyRequest", "variableType" : "ImportTerminologyRequest", "documentation" : null, "simpleType" : "ImportTerminologyRequest", "variableSetterType" : "ImportTerminologyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ImportTerminologyResponse" : { "c2jName" : "ImportTerminologyResponse", "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" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being imported.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TerminologyProperties" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being imported.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTerminologyProperties", "beanStyleSetterMethodName" : "setTerminologyProperties", "c2jName" : "TerminologyProperties", "c2jShape" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.\n@deprecated Use {@link #terminologyProperties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyProperties(TerminologyProperties)}\n", "documentation" : "

The properties of the custom terminology being imported.

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

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyProperties", "getterDocumentation" : "

The properties of the custom terminology being imported.

\n@return The properties of the custom terminology being imported.", "getterModel" : { "returnType" : "TerminologyProperties", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TerminologyProperties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyProperties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TerminologyProperties", "sensitive" : false, "setterDocumentation" : "

The properties of the custom terminology being imported.

\n@param terminologyProperties The properties of the custom terminology being imported.", "setterMethodName" : "setTerminologyProperties", "setterModel" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : "

The properties of the custom terminology being imported.

", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImportTerminologyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImportTerminologyResponse", "variableName" : "importTerminologyResponse", "variableType" : "ImportTerminologyResponse", "documentation" : null, "simpleType" : "ImportTerminologyResponse", "variableSetterType" : "ImportTerminologyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InputDataConfig" : { "c2jName" : "InputDataConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The input configuration properties for requesting a batch translation 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" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "ContentType", "defaultConsumerFluentSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContentType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "ContentType", "defaultConsumerFluentSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "S3Uri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

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

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@return The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

\n@param s3Uri The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "ContentType", "defaultConsumerFluentSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

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

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@return The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

\n@param contentType The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "S3Uri", "ContentType" ], "shapeName" : "InputDataConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "wrapper" : false, "xmlNamespace" : null }, "InternalServerException" : { "c2jName" : "InternalServerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal server error occurred. Retry your request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServerException", "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" : "InternalServerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerException", "variableName" : "internalServerException", "variableType" : "InternalServerException", "documentation" : null, "simpleType" : "InternalServerException", "variableSetterType" : "InternalServerException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidFilterException" : { "c2jName" : "InvalidFilterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The filter specified for the operation is invalid. Specify a different filter.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidFilterException", "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" : "InvalidFilterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidFilterException", "variableName" : "invalidFilterException", "variableType" : "InvalidFilterException", "documentation" : null, "simpleType" : "InvalidFilterException", "variableSetterType" : "InvalidFilterException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The value of the parameter is invalid. Review the value of the parameter you are using to correct it, and then retry your operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterValueException", "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" : "InvalidParameterValueException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidRequestException" : { "c2jName" : "InvalidRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidRequestException", "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" : "InvalidRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRequestException", "variableName" : "invalidRequestException", "variableType" : "InvalidRequestException", "documentation" : null, "simpleType" : "InvalidRequestException", "variableSetterType" : "InvalidRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "JobDetails" : { "c2jName" : "JobDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The number of documents successfully and unsuccessfully processed during a translation 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" : "getTranslatedDocumentsCount", "beanStyleSetterMethodName" : "setTranslatedDocumentsCount", "c2jName" : "TranslatedDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.\n@deprecated Use {@link #translatedDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedDocumentsCount(Integer)}\n", "documentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedDocumentsCount", "getterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.", "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" : "TranslatedDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranslatedDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TranslatedDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.", "setterMethodName" : "setTranslatedDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents successfully processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDocumentsWithErrorsCount", "beanStyleSetterMethodName" : "setDocumentsWithErrorsCount", "c2jName" : "DocumentsWithErrorsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.\n@deprecated Use {@link #documentsWithErrorsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #documentsWithErrorsCount(Integer)}\n", "documentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentsWithErrorsCount", "getterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.", "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" : "DocumentsWithErrorsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentsWithErrorsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DocumentsWithErrorsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.", "setterMethodName" : "setDocumentsWithErrorsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : "

The number of documents that could not be processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDocumentsCount", "beanStyleSetterMethodName" : "setInputDocumentsCount", "c2jName" : "InputDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.\n@deprecated Use {@link #inputDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDocumentsCount(Integer)}\n", "documentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDocumentsCount", "getterDocumentation" : "

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.", "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" : "InputDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InputDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.", "setterMethodName" : "setInputDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents used as input in a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DocumentsWithErrorsCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDocumentsWithErrorsCount", "beanStyleSetterMethodName" : "setDocumentsWithErrorsCount", "c2jName" : "DocumentsWithErrorsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.\n@deprecated Use {@link #documentsWithErrorsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #documentsWithErrorsCount(Integer)}\n", "documentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentsWithErrorsCount", "getterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.", "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" : "DocumentsWithErrorsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentsWithErrorsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DocumentsWithErrorsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.", "setterMethodName" : "setDocumentsWithErrorsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : "

The number of documents that could not be processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InputDocumentsCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDocumentsCount", "beanStyleSetterMethodName" : "setInputDocumentsCount", "c2jName" : "InputDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.\n@deprecated Use {@link #inputDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDocumentsCount(Integer)}\n", "documentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDocumentsCount", "getterDocumentation" : "

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.", "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" : "InputDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InputDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.", "setterMethodName" : "setInputDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents used as input in a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranslatedDocumentsCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranslatedDocumentsCount", "beanStyleSetterMethodName" : "setTranslatedDocumentsCount", "c2jName" : "TranslatedDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.\n@deprecated Use {@link #translatedDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedDocumentsCount(Integer)}\n", "documentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedDocumentsCount", "getterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.", "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" : "TranslatedDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranslatedDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TranslatedDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.", "setterMethodName" : "setTranslatedDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents successfully processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranslatedDocumentsCount", "beanStyleSetterMethodName" : "setTranslatedDocumentsCount", "c2jName" : "TranslatedDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.\n@deprecated Use {@link #translatedDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedDocumentsCount(Integer)}\n", "documentation" : "

The number of documents successfully processed during a translation job.

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

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedDocumentsCount", "getterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@return The number of documents successfully processed during a translation job.", "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" : "TranslatedDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranslatedDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TranslatedDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents successfully processed during a translation job.

\n@param translatedDocumentsCount The number of documents successfully processed during a translation job.", "setterMethodName" : "setTranslatedDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "translatedDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents successfully processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDocumentsWithErrorsCount", "beanStyleSetterMethodName" : "setDocumentsWithErrorsCount", "c2jName" : "DocumentsWithErrorsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.\n@deprecated Use {@link #documentsWithErrorsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #documentsWithErrorsCount(Integer)}\n", "documentation" : "

The number of documents that could not be processed during a translation job.

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

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentsWithErrorsCount", "getterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@return The number of documents that could not be processed during a translation job.", "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" : "DocumentsWithErrorsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentsWithErrorsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DocumentsWithErrorsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents that could not be processed during a translation job.

\n@param documentsWithErrorsCount The number of documents that could not be processed during a translation job.", "setterMethodName" : "setDocumentsWithErrorsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "documentsWithErrorsCount", "variableType" : "Integer", "documentation" : "

The number of documents that could not be processed during a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDocumentsCount", "beanStyleSetterMethodName" : "setInputDocumentsCount", "c2jName" : "InputDocumentsCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.\n@deprecated Use {@link #inputDocumentsCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDocumentsCount(Integer)}\n", "documentation" : "

The number of documents used as input in a translation job.

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

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDocumentsCount", "getterDocumentation" : "

The number of documents used as input in a translation job.

\n@return The number of documents used as input in a translation job.", "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" : "InputDocumentsCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDocumentsCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "InputDocumentsCount", "sensitive" : false, "setterDocumentation" : "

The number of documents used as input in a translation job.

\n@param inputDocumentsCount The number of documents used as input in a translation job.", "setterMethodName" : "setInputDocumentsCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inputDocumentsCount", "variableType" : "Integer", "documentation" : "

The number of documents used as input in a translation job.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : null, "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "wrapper" : false, "xmlNamespace" : null }, "JobStatus" : { "c2jName" : "JobStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SUBMITTED", "value" : "SUBMITTED" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "COMPLETED", "value" : "COMPLETED" }, { "name" : "COMPLETED_WITH_ERROR", "value" : "COMPLETED_WITH_ERROR" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "STOP_REQUESTED", "value" : "STOP_REQUESTED" }, { "name" : "STOPPED", "value" : "STOPPED" } ], "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" : "JobStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobStatus", "variableName" : "jobStatus", "variableType" : "JobStatus", "documentation" : null, "simpleType" : "JobStatus", "variableSetterType" : "JobStatus" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.

", "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 }, "ListTerminologiesRequest" : { "c2jName" : "ListTerminologiesRequest", "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" : "ListTerminologies", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.ListTerminologies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "getterModel" : { "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\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 custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\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 custom terminologies returned per list request.

", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\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 custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\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 custom terminologies returned per list request.

", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "getterModel" : { "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@return If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "getterModel" : { "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

\n@param nextToken If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.", "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 request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\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 custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\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 custom terminologies returned per list request.

", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of custom terminologies returned per list request.

\n@return The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

\n@param maxResults The maximum number of custom terminologies returned per list request.", "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 custom terminologies returned per list request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTerminologiesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTerminologiesRequest", "variableName" : "listTerminologiesRequest", "variableType" : "ListTerminologiesRequest", "documentation" : null, "simpleType" : "ListTerminologiesRequest", "variableSetterType" : "ListTerminologiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTerminologiesResponse" : { "c2jName" : "ListTerminologiesResponse", "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" : true }, "beanStyleGetterMethodName" : "getTerminologyPropertiesList", "beanStyleSetterMethodName" : "setTerminologyPropertiesList", "c2jName" : "TerminologyPropertiesList", "c2jShape" : "TerminologyPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

The properties list of the custom terminologies returned on the list 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 #terminologyPropertiesList(List)}.\n@param terminologyPropertiesList 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 #terminologyPropertiesList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list request.\n@deprecated Use {@link #terminologyPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyPropertiesList(List)}\n", "documentation" : "

The properties list of the custom terminologies returned on the list request.

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

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyPropertiesList", "getterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list 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" : "TerminologyPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyPropertiesList", "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" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TerminologyProperties.Builder} avoiding the need to create one manually via {@link TerminologyProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TerminologyProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TerminologyProperties)}.\n@param member a consumer that will call methods on {@link TerminologyProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TerminologyProperties)", "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(TerminologyProperties)}\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" : "TerminologyProperties", "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" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : "", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TerminologyProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TerminologyProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TerminologyPropertiesList", "sensitive" : false, "setterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.", "setterMethodName" : "setTerminologyPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : "

The properties list of the custom terminologies returned on the list request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "getterModel" : { "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "getterModel" : { "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyPropertiesList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyPropertiesList", "beanStyleSetterMethodName" : "setTerminologyPropertiesList", "c2jName" : "TerminologyPropertiesList", "c2jShape" : "TerminologyPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

The properties list of the custom terminologies returned on the list 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 #terminologyPropertiesList(List)}.\n@param terminologyPropertiesList 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 #terminologyPropertiesList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list request.\n@deprecated Use {@link #terminologyPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyPropertiesList(List)}\n", "documentation" : "

The properties list of the custom terminologies returned on the list request.

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

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyPropertiesList", "getterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list 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" : "TerminologyPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyPropertiesList", "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" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TerminologyProperties.Builder} avoiding the need to create one manually via {@link TerminologyProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TerminologyProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TerminologyProperties)}.\n@param member a consumer that will call methods on {@link TerminologyProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TerminologyProperties)", "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(TerminologyProperties)}\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" : "TerminologyProperties", "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" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : "", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TerminologyProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TerminologyProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TerminologyPropertiesList", "sensitive" : false, "setterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.", "setterMethodName" : "setTerminologyPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : "

The properties list of the custom terminologies returned on the list request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyPropertiesList", "beanStyleSetterMethodName" : "setTerminologyPropertiesList", "c2jName" : "TerminologyPropertiesList", "c2jShape" : "TerminologyPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

The properties list of the custom terminologies returned on the list 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 #terminologyPropertiesList(List)}.\n@param terminologyPropertiesList 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 #terminologyPropertiesList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list request.\n@deprecated Use {@link #terminologyPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyPropertiesList(List)}\n", "documentation" : "

The properties list of the custom terminologies returned on the list request.

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

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyPropertiesList", "getterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n

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

\n

\nYou can use {@link #hasTerminologyPropertiesList()} to see if a value was sent in this field.\n

\n@return The properties list of the custom terminologies returned on the list 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" : "TerminologyPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyPropertiesList", "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" : "TerminologyProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TerminologyProperties.Builder} avoiding the need to create one manually via {@link TerminologyProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TerminologyProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TerminologyProperties)}.\n@param member a consumer that will call methods on {@link TerminologyProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TerminologyProperties)", "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(TerminologyProperties)}\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" : "TerminologyProperties", "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" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "member", "variableType" : "TerminologyProperties", "documentation" : "", "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TerminologyProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TerminologyProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TerminologyPropertiesList", "sensitive" : false, "setterDocumentation" : "

The properties list of the custom terminologies returned on the list request.

\n@param terminologyPropertiesList The properties list of the custom terminologies returned on the list request.", "setterMethodName" : "setTerminologyPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyPropertiesList", "variableType" : "java.util.List", "documentation" : "

The properties list of the custom terminologies returned on the list request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@return If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "getterModel" : { "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

\n@param nextToken If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.", "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 response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTerminologiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTerminologiesResponse", "variableName" : "listTerminologiesResponse", "variableType" : "ListTerminologiesResponse", "documentation" : null, "simpleType" : "ListTerminologiesResponse", "variableSetterType" : "ListTerminologiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTextTranslationJobsRequest" : { "c2jName" : "ListTextTranslationJobsRequest", "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" : "ListTextTranslationJobs", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.ListTextTranslationJobs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "TextTranslationJobFilter", "defaultConsumerFluentSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(TextTranslationJobFilter)}\n", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "getterModel" : { "returnType" : "TextTranslationJobFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : null, "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

", "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to request the next page of results.

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

\n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to request the next page of results.

\n@param nextToken The token to request the next page of results.\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 token to request the next page of results.

", "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to request the next page of results.

\n@return The token to request the next page of results.", "getterModel" : { "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\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 results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\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 results to return in each page. The default value is 100.

", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "TextTranslationJobFilter", "defaultConsumerFluentSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(TextTranslationJobFilter)}\n", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "getterModel" : { "returnType" : "TextTranslationJobFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : null, "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

", "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\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 results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\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 results to return in each page. The default value is 100.

", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to request the next page of results.

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

\n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to request the next page of results.

\n@param nextToken The token to request the next page of results.\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 token to request the next page of results.

", "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to request the next page of results.

\n@return The token to request the next page of results.", "getterModel" : { "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "TextTranslationJobFilter", "defaultConsumerFluentSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(TextTranslationJobFilter)}\n", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

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

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@return The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "getterModel" : { "returnType" : "TextTranslationJobFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

\n@param filter The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : null, "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "filter", "variableType" : "TextTranslationJobFilter", "documentation" : "

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

", "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to request the next page of results.

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

\n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to request the next page of results.

\n@param nextToken The token to request the next page of results.\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 token to request the next page of results.

", "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to request the next page of results.

\n@return The token to request the next page of results.", "getterModel" : { "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 token to request the next page of results.

\n@param nextToken The token to request the next page of results.", "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 token to request the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsInteger", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\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 results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\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 results to return in each page. The default value is 100.

", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in each page. The default value is 100.

\n@return The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

\n@param maxResults The maximum number of results to return in each page. The default value is 100.", "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 results to return in each page. The default value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTextTranslationJobsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTextTranslationJobsRequest", "variableName" : "listTextTranslationJobsRequest", "variableType" : "ListTextTranslationJobsRequest", "documentation" : null, "simpleType" : "ListTextTranslationJobsRequest", "variableSetterType" : "ListTextTranslationJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTextTranslationJobsResponse" : { "c2jName" : "ListTextTranslationJobsResponse", "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" : true }, "beanStyleGetterMethodName" : "getTextTranslationJobPropertiesList", "beanStyleSetterMethodName" : "setTextTranslationJobPropertiesList", "c2jName" : "TextTranslationJobPropertiesList", "c2jShape" : "TextTranslationJobPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.\n@deprecated Use {@link #textTranslationJobPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobPropertiesList(List)}\n", "documentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobPropertiesList", "getterDocumentation" : "

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.", "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" : "TextTranslationJobPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobPropertiesList", "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" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TextTranslationJobProperties.Builder} avoiding the need to create one manually via {@link TextTranslationJobProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextTranslationJobProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TextTranslationJobProperties)}.\n@param member a consumer that will call methods on {@link TextTranslationJobProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TextTranslationJobProperties)", "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(TextTranslationJobProperties)}\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" : "TextTranslationJobProperties", "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" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : "", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TextTranslationJobProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TextTranslationJobProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TextTranslationJobPropertiesList", "sensitive" : false, "setterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.", "setterMethodName" : "setTextTranslationJobPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : "

A list containing the properties of each job that is returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results 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 #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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results 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" : "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results 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 #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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results 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" : "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TextTranslationJobPropertiesList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTextTranslationJobPropertiesList", "beanStyleSetterMethodName" : "setTextTranslationJobPropertiesList", "c2jName" : "TextTranslationJobPropertiesList", "c2jShape" : "TextTranslationJobPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.\n@deprecated Use {@link #textTranslationJobPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobPropertiesList(List)}\n", "documentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobPropertiesList", "getterDocumentation" : "

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.", "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" : "TextTranslationJobPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobPropertiesList", "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" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TextTranslationJobProperties.Builder} avoiding the need to create one manually via {@link TextTranslationJobProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextTranslationJobProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TextTranslationJobProperties)}.\n@param member a consumer that will call methods on {@link TextTranslationJobProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TextTranslationJobProperties)", "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(TextTranslationJobProperties)}\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" : "TextTranslationJobProperties", "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" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : "", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TextTranslationJobProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TextTranslationJobProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TextTranslationJobPropertiesList", "sensitive" : false, "setterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.", "setterMethodName" : "setTextTranslationJobPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : "

A list containing the properties of each job that is returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTextTranslationJobPropertiesList", "beanStyleSetterMethodName" : "setTextTranslationJobPropertiesList", "c2jName" : "TextTranslationJobPropertiesList", "c2jShape" : "TextTranslationJobPropertiesList", "defaultConsumerFluentSetterDocumentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.\n@deprecated Use {@link #textTranslationJobPropertiesList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #textTranslationJobPropertiesList(List)}\n", "documentation" : "

A list containing the properties of each job that is returned.

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

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textTranslationJobPropertiesList", "getterDocumentation" : "

A list containing the properties of each job that is returned.

\n

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

\n

\nYou can use {@link #hasTextTranslationJobPropertiesList()} to see if a value was sent in this field.\n

\n@return A list containing the properties of each job that is returned.", "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" : "TextTranslationJobPropertiesList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TextTranslationJobPropertiesList", "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" : "TextTranslationJobProperties", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TextTranslationJobProperties.Builder} avoiding the need to create one manually via {@link TextTranslationJobProperties#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextTranslationJobProperties.Builder#build()} is called immediately and its result is passed to {@link #member(TextTranslationJobProperties)}.\n@param member a consumer that will call methods on {@link TextTranslationJobProperties.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TextTranslationJobProperties)", "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(TextTranslationJobProperties)}\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" : "TextTranslationJobProperties", "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" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "member", "variableType" : "TextTranslationJobProperties", "documentation" : "", "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TextTranslationJobProperties", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TextTranslationJobProperties", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TextTranslationJobPropertiesList", "sensitive" : false, "setterDocumentation" : "

A list containing the properties of each job that is returned.

\n@param textTranslationJobPropertiesList A list containing the properties of each job that is returned.", "setterMethodName" : "setTextTranslationJobPropertiesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "textTranslationJobPropertiesList", "variableType" : "java.util.List", "documentation" : "

A list containing the properties of each job that is returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results 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 #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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@return The token to use to retreive the next page of results. This value is null when there are no more results 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" : "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

\n@param nextToken The token to use to retreive the next page of results. This value is null when there are no more results to return.", "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 token to use to retreive the next page of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTextTranslationJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTextTranslationJobsResponse", "variableName" : "listTextTranslationJobsResponse", "variableType" : "ListTextTranslationJobsResponse", "documentation" : null, "simpleType" : "ListTextTranslationJobsResponse", "variableSetterType" : "ListTextTranslationJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "MergeStrategy" : { "c2jName" : "MergeStrategy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "OVERWRITE", "value" : "OVERWRITE" } ], "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" : "MergeStrategy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MergeStrategy", "variableName" : "mergeStrategy", "variableType" : "MergeStrategy", "documentation" : null, "simpleType" : "MergeStrategy", "variableSetterType" : "MergeStrategy" }, "wrapper" : false, "xmlNamespace" : null }, "OutputDataConfig" : { "c2jName" : "OutputDataConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The output configuration properties for a batch translation 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" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3Uri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Uri", "beanStyleSetterMethodName" : "setS3Uri", "c2jName" : "S3Uri", "c2jShape" : "S3Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@deprecated Use {@link #s3Uri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Uri(String)}\n", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

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

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Uri", "getterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@return The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Uri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "S3Uri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "S3Uri", "sensitive" : false, "setterDocumentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

\n@param s3Uri The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.", "setterMethodName" : "setS3Uri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Uri", "variableType" : "String", "documentation" : "

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "S3Uri" ], "shapeName" : "OutputDataConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "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" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The Amazon Translate service is temporarily unavailable. Please wait a bit and then retry your request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceUnavailableException", "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" : "ServiceUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUnavailableException", "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "StartTextTranslationJobRequest" : { "c2jName" : "StartTextTranslationJobRequest", "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" : "StartTextTranslationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.StartTextTranslationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

The name of the batch translation job to be performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

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

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

The language code of the output language.

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

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

The language code of the output language.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "ClientToken", "c2jShape" : "ClientTokenString", "defaultConsumerFluentSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "ClientToken", "c2jShape" : "ClientTokenString", "defaultConsumerFluentSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DataAccessRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InputDataConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

The name of the batch translation job to be performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputDataConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

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

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCodes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

The language code of the output language.

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

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

The language code of the output language.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

The name of the batch translation job to be performed.

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

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

The name of the batch translation job to be performed.

\n@return The name of the batch translation job to be performed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

The name of the batch translation job to be performed.

\n@param jobName The name of the batch translation job to be performed.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

The name of the batch translation job to be performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

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

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@return Specifies the format and S3 location of the input documents for the translation job.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the format and S3 location of the input documents for the translation job.

\n@param inputDataConfig Specifies the format and S3 location of the input documents for the translation job.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

Specifies the format and S3 location of the input documents for the translation job.

", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

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

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@return Specifies the S3 folder to which your job output will be saved.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

Specifies the S3 folder to which your job output will be saved.

\n@param outputDataConfig Specifies the S3 folder to which your job output will be saved.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

Specifies the S3 folder to which your job output will be saved.

", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.\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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.", "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 an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

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

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@return The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation 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" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

\n@param sourceLanguageCode The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

The language code of the input language. For a list of language codes, see what-is-languages.

Amazon Translate does not automatically detect a source language during batch translation jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

The language code of the output language.

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

The language code of the output language.

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

The language code of the output language.

\n

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

\n

\nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

\n@return The language code of the output language.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

The language code of the output language.

\n@param targetLanguageCodes The language code of the output language.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

The language code of the output language.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

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

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n

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

\n

\nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

\n@return The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

\n@param terminologyNames The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "ClientToken", "c2jShape" : "ClientTokenString", "defaultConsumerFluentSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

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

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@return The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

\n@param clientToken The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

The client token of the EC2 instance calling the request. This token is auto-generated when using the Amazon Translate SDK. Otherwise, use the DescribeInstances EC2 operation to retreive an instance's client token. For more information, see Client Tokens in the EC2 User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "InputDataConfig", "OutputDataConfig", "DataAccessRoleArn", "SourceLanguageCode", "TargetLanguageCodes", "ClientToken" ], "shapeName" : "StartTextTranslationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartTextTranslationJobRequest", "variableName" : "startTextTranslationJobRequest", "variableType" : "StartTextTranslationJobRequest", "documentation" : null, "simpleType" : "StartTextTranslationJobRequest", "variableSetterType" : "StartTextTranslationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartTextTranslationJobResponse" : { "c2jName" : "StartTextTranslationJobResponse", "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" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

\n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

\n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

\n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

\n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

\n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the job. Possible values include:

  • SUBMITTED - The job has been received and is queued for processing.

  • IN_PROGRESS - Amazon Translate is processing the job.

  • COMPLETED - The job was successfully completed and the output is available.

  • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

  • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

  • STOP_REQUESTED - The user who started the job has requested that it be stopped.

  • STOPPED - The job has been stopped.

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

The status of the job. Possible values include:

  • SUBMITTED - The job has been received and is queued for processing.

  • IN_PROGRESS - Amazon Translate is processing the job.

  • COMPLETED - The job was successfully completed and the output is available.

  • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

  • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

  • STOP_REQUESTED - The user who started the job has requested that it be stopped.

  • STOPPED - The job has been stopped.

\n

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

\n@return The status of the job. Possible values include:

  • SUBMITTED - The job has been received and is queued for processing.

  • IN_PROGRESS - Amazon Translate is processing the job.

  • COMPLETED - The job was successfully completed and the output is available.

  • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

  • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

  • STOP_REQUESTED - The user who started the job has requested that it be stopped.

  • STOPPED - The job has been stopped.

  • \n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The status of the job. Possible values include:

    • SUBMITTED - The job has been received and is queued for processing.

    • IN_PROGRESS - Amazon Translate is processing the job.

    • COMPLETED - The job was successfully completed and the output is available.

    • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

    • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

    • STOP_REQUESTED - The user who started the job has requested that it be stopped.

    • STOPPED - The job has been stopped.

    \n@param jobStatus The status of the job. Possible values include:

    • SUBMITTED - The job has been received and is queued for processing.

    • IN_PROGRESS - Amazon Translate is processing the job.

    • COMPLETED - The job was successfully completed and the output is available.

    • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

    • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

    • STOP_REQUESTED - The user who started the job has requested that it be stopped.

    • STOPPED - The job has been stopped.

    • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

      The status of the job. Possible values include:

      • SUBMITTED - The job has been received and is queued for processing.

      • IN_PROGRESS - Amazon Translate is processing the job.

      • COMPLETED - The job was successfully completed and the output is available.

      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

      • STOPPED - The job has been stopped.

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

      The status of the job. Possible values include:

      • SUBMITTED - The job has been received and is queued for processing.

      • IN_PROGRESS - Amazon Translate is processing the job.

      • COMPLETED - The job was successfully completed and the output is available.

      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

      • STOPPED - The job has been stopped.

      \n@param jobStatus The status of the job. Possible values include:

      • SUBMITTED - The job has been received and is queued for processing.

      • IN_PROGRESS - Amazon Translate is processing the job.

      • COMPLETED - The job was successfully completed and the output is available.

      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

      • STOPPED - The job has been stopped.

      • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

        The status of the job. Possible values include:

        • SUBMITTED - The job has been received and is queued for processing.

        • IN_PROGRESS - Amazon Translate is processing the job.

        • COMPLETED - The job was successfully completed and the output is available.

        • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

        • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

        • STOP_REQUESTED - The user who started the job has requested that it be stopped.

        • STOPPED - The job has been stopped.

        \n

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

        \n@return The status of the job. Possible values include:

        • SUBMITTED - The job has been received and is queued for processing.

        • IN_PROGRESS - Amazon Translate is processing the job.

        • COMPLETED - The job was successfully completed and the output is available.

        • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

        • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

        • STOP_REQUESTED - The user who started the job has requested that it be stopped.

        • STOPPED - The job has been stopped.

        • \n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

          The status of the job. Possible values include:

          • SUBMITTED - The job has been received and is queued for processing.

          • IN_PROGRESS - Amazon Translate is processing the job.

          • COMPLETED - The job was successfully completed and the output is available.

          • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

          • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

          • STOP_REQUESTED - The user who started the job has requested that it be stopped.

          • STOPPED - The job has been stopped.

          \n@param jobStatus The status of the job. Possible values include:

          • SUBMITTED - The job has been received and is queued for processing.

          • IN_PROGRESS - Amazon Translate is processing the job.

          • COMPLETED - The job was successfully completed and the output is available.

          • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

          • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

          • STOP_REQUESTED - The user who started the job has requested that it be stopped.

          • STOPPED - The job has been stopped.

          • \n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

            The status of the job. Possible values include:

            • SUBMITTED - The job has been received and is queued for processing.

            • IN_PROGRESS - Amazon Translate is processing the job.

            • COMPLETED - The job was successfully completed and the output is available.

            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

            • STOPPED - The job has been stopped.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            \n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            \n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

            The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

            The status of the job. Possible values include:

            • SUBMITTED - The job has been received and is queued for processing.

            • IN_PROGRESS - Amazon Translate is processing the job.

            • COMPLETED - The job was successfully completed and the output is available.

            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

            • STOPPED - The job has been stopped.

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

            The status of the job. Possible values include:

            • SUBMITTED - The job has been received and is queued for processing.

            • IN_PROGRESS - Amazon Translate is processing the job.

            • COMPLETED - The job was successfully completed and the output is available.

            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

            • STOPPED - The job has been stopped.

            \n

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

            \n@return The status of the job. Possible values include:

            • SUBMITTED - The job has been received and is queued for processing.

            • IN_PROGRESS - Amazon Translate is processing the job.

            • COMPLETED - The job was successfully completed and the output is available.

            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

            • STOPPED - The job has been stopped.

            • \n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The status of the job. Possible values include:

              • SUBMITTED - The job has been received and is queued for processing.

              • IN_PROGRESS - Amazon Translate is processing the job.

              • COMPLETED - The job was successfully completed and the output is available.

              • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

              • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

              • STOP_REQUESTED - The user who started the job has requested that it be stopped.

              • STOPPED - The job has been stopped.

              \n@param jobStatus The status of the job. Possible values include:

              • SUBMITTED - The job has been received and is queued for processing.

              • IN_PROGRESS - Amazon Translate is processing the job.

              • COMPLETED - The job was successfully completed and the output is available.

              • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

              • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

              • STOP_REQUESTED - The user who started the job has requested that it be stopped.

              • STOPPED - The job has been stopped.

              • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                The status of the job. Possible values include:

                • SUBMITTED - The job has been received and is queued for processing.

                • IN_PROGRESS - Amazon Translate is processing the job.

                • COMPLETED - The job was successfully completed and the output is available.

                • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                • STOPPED - The job has been stopped.

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

                The status of the job. Possible values include:

                • SUBMITTED - The job has been received and is queued for processing.

                • IN_PROGRESS - Amazon Translate is processing the job.

                • COMPLETED - The job was successfully completed and the output is available.

                • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                • STOPPED - The job has been stopped.

                \n@param jobStatus The status of the job. Possible values include:

                • SUBMITTED - The job has been received and is queued for processing.

                • IN_PROGRESS - Amazon Translate is processing the job.

                • COMPLETED - The job was successfully completed and the output is available.

                • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                • STOPPED - The job has been stopped.

                • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                  The status of the job. Possible values include:

                  • SUBMITTED - The job has been received and is queued for processing.

                  • IN_PROGRESS - Amazon Translate is processing the job.

                  • COMPLETED - The job was successfully completed and the output is available.

                  • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                  • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                  • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                  • STOPPED - The job has been stopped.

                  \n

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

                  \n@return The status of the job. Possible values include:

                  • SUBMITTED - The job has been received and is queued for processing.

                  • IN_PROGRESS - Amazon Translate is processing the job.

                  • COMPLETED - The job was successfully completed and the output is available.

                  • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                  • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                  • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                  • STOPPED - The job has been stopped.

                  • \n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                    The status of the job. Possible values include:

                    • SUBMITTED - The job has been received and is queued for processing.

                    • IN_PROGRESS - Amazon Translate is processing the job.

                    • COMPLETED - The job was successfully completed and the output is available.

                    • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                    • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                    • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                    • STOPPED - The job has been stopped.

                    \n@param jobStatus The status of the job. Possible values include:

                    • SUBMITTED - The job has been received and is queued for processing.

                    • IN_PROGRESS - Amazon Translate is processing the job.

                    • COMPLETED - The job was successfully completed and the output is available.

                    • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                    • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                    • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                    • STOPPED - The job has been stopped.

                    • \n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                      The status of the job. Possible values include:

                      • SUBMITTED - The job has been received and is queued for processing.

                      • IN_PROGRESS - Amazon Translate is processing the job.

                      • COMPLETED - The job was successfully completed and the output is available.

                      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                      • STOPPED - The job has been stopped.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      \n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

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

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      \n@return The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      \n@param jobId The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                      The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                      The status of the job. Possible values include:

                      • SUBMITTED - The job has been received and is queued for processing.

                      • IN_PROGRESS - Amazon Translate is processing the job.

                      • COMPLETED - The job was successfully completed and the output is available.

                      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                      • STOPPED - The job has been stopped.

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

                      The status of the job. Possible values include:

                      • SUBMITTED - The job has been received and is queued for processing.

                      • IN_PROGRESS - Amazon Translate is processing the job.

                      • COMPLETED - The job was successfully completed and the output is available.

                      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                      • STOPPED - The job has been stopped.

                      \n

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

                      \n@return The status of the job. Possible values include:

                      • SUBMITTED - The job has been received and is queued for processing.

                      • IN_PROGRESS - Amazon Translate is processing the job.

                      • COMPLETED - The job was successfully completed and the output is available.

                      • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                      • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                      • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                      • STOPPED - The job has been stopped.

                      • \n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The status of the job. Possible values include:

                        • SUBMITTED - The job has been received and is queued for processing.

                        • IN_PROGRESS - Amazon Translate is processing the job.

                        • COMPLETED - The job was successfully completed and the output is available.

                        • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                        • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                        • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                        • STOPPED - The job has been stopped.

                        \n@param jobStatus The status of the job. Possible values include:

                        • SUBMITTED - The job has been received and is queued for processing.

                        • IN_PROGRESS - Amazon Translate is processing the job.

                        • COMPLETED - The job was successfully completed and the output is available.

                        • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                        • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                        • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                        • STOPPED - The job has been stopped.

                        • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                          The status of the job. Possible values include:

                          • SUBMITTED - The job has been received and is queued for processing.

                          • IN_PROGRESS - Amazon Translate is processing the job.

                          • COMPLETED - The job was successfully completed and the output is available.

                          • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                          • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                          • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                          • STOPPED - The job has been stopped.

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

                          The status of the job. Possible values include:

                          • SUBMITTED - The job has been received and is queued for processing.

                          • IN_PROGRESS - Amazon Translate is processing the job.

                          • COMPLETED - The job was successfully completed and the output is available.

                          • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                          • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                          • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                          • STOPPED - The job has been stopped.

                          \n@param jobStatus The status of the job. Possible values include:

                          • SUBMITTED - The job has been received and is queued for processing.

                          • IN_PROGRESS - Amazon Translate is processing the job.

                          • COMPLETED - The job was successfully completed and the output is available.

                          • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                          • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                          • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                          • STOPPED - The job has been stopped.

                          • \n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                            The status of the job. Possible values include:

                            • SUBMITTED - The job has been received and is queued for processing.

                            • IN_PROGRESS - Amazon Translate is processing the job.

                            • COMPLETED - The job was successfully completed and the output is available.

                            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                            • STOPPED - The job has been stopped.

                            \n

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

                            \n@return The status of the job. Possible values include:

                            • SUBMITTED - The job has been received and is queued for processing.

                            • IN_PROGRESS - Amazon Translate is processing the job.

                            • COMPLETED - The job was successfully completed and the output is available.

                            • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                            • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                            • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                            • STOPPED - The job has been stopped.

                            • \n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                              The status of the job. Possible values include:

                              • SUBMITTED - The job has been received and is queued for processing.

                              • IN_PROGRESS - Amazon Translate is processing the job.

                              • COMPLETED - The job was successfully completed and the output is available.

                              • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                              • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                              • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                              • STOPPED - The job has been stopped.

                              \n@param jobStatus The status of the job. Possible values include:

                              • SUBMITTED - The job has been received and is queued for processing.

                              • IN_PROGRESS - Amazon Translate is processing the job.

                              • COMPLETED - The job was successfully completed and the output is available.

                              • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                              • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                              • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                              • STOPPED - The job has been stopped.

                              • \n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the job. Possible values include:

                                • SUBMITTED - The job has been received and is queued for processing.

                                • IN_PROGRESS - Amazon Translate is processing the job.

                                • COMPLETED - The job was successfully completed and the output is available.

                                • COMPLETED_WITH_ERRORS - The job was completed with errors. The errors can be analyzed in the job's output.

                                • FAILED - The job did not complete. To get details, use the DescribeTextTranslationJob operation.

                                • STOP_REQUESTED - The user who started the job has requested that it be stopped.

                                • STOPPED - The job has been stopped.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartTextTranslationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartTextTranslationJobResponse", "variableName" : "startTextTranslationJobResponse", "variableType" : "StartTextTranslationJobResponse", "documentation" : null, "simpleType" : "StartTextTranslationJobResponse", "variableSetterType" : "StartTextTranslationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StopTextTranslationJobRequest" : { "c2jName" : "StopTextTranslationJobRequest", "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" : "StopTextTranslationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.StopTextTranslationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@return The job ID of the job to be stopped.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the job to be stopped.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@return The job ID of the job to be stopped.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the job to be stopped.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@return The job ID of the job to be stopped.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

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

                                The job ID of the job to be stopped.

                                \n@param jobId The job ID of the job to be stopped.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the job to be stopped.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "JobId" ], "shapeName" : "StopTextTranslationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopTextTranslationJobRequest", "variableName" : "stopTextTranslationJobRequest", "variableType" : "StopTextTranslationJobRequest", "documentation" : null, "simpleType" : "StopTextTranslationJobRequest", "variableSetterType" : "StopTextTranslationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StopTextTranslationJobResponse" : { "c2jName" : "StopTextTranslationJobResponse", "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" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the stopped batch translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the stopped batch translation job.

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

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the stopped batch translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the stopped batch translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the stopped batch translation job.

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

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the stopped batch translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The job ID of the stopped batch translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The job ID of the stopped batch translation job.

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

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@return The job ID of the stopped batch translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The job ID of the stopped batch translation job.

                                \n@param jobId The job ID of the stopped batch translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The job ID of the stopped batch translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

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

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n

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

                                \n@return The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                \n@param jobStatus The status of the designated job. Upon successful completion, the job's status will be STOPPED.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the designated job. Upon successful completion, the job's status will be STOPPED.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopTextTranslationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopTextTranslationJobResponse", "variableName" : "stopTextTranslationJobResponse", "variableType" : "StopTextTranslationJobResponse", "documentation" : null, "simpleType" : "StopTextTranslationJobResponse", "variableSetterType" : "StopTextTranslationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Term" : { "c2jName" : "Term", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The term being translated by the custom terminology.

                                ", "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" : "getSourceText", "beanStyleSetterMethodName" : "setSourceText", "c2jName" : "SourceText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.\n@deprecated Use {@link #sourceText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceText(String)}\n", "documentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceText", "getterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceText", "sensitive" : false, "setterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.", "setterMethodName" : "setSourceText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : "

                                The source text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetText", "beanStyleSetterMethodName" : "setTargetText", "c2jName" : "TargetText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.\n@deprecated Use {@link #targetText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetText(String)}\n", "documentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetText", "getterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetText", "sensitive" : false, "setterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.", "setterMethodName" : "setTargetText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : "

                                The target text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SourceText" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceText", "beanStyleSetterMethodName" : "setSourceText", "c2jName" : "SourceText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.\n@deprecated Use {@link #sourceText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceText(String)}\n", "documentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceText", "getterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceText", "sensitive" : false, "setterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.", "setterMethodName" : "setSourceText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : "

                                The source text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetText" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetText", "beanStyleSetterMethodName" : "setTargetText", "c2jName" : "TargetText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.\n@deprecated Use {@link #targetText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetText(String)}\n", "documentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetText", "getterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetText", "sensitive" : false, "setterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.", "setterMethodName" : "setTargetText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : "

                                The target text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceText", "beanStyleSetterMethodName" : "setSourceText", "c2jName" : "SourceText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.\n@deprecated Use {@link #sourceText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceText(String)}\n", "documentation" : "

                                The source text of the term being translated by the custom terminology.

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

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceText", "getterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@return The source text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceText", "sensitive" : false, "setterDocumentation" : "

                                The source text of the term being translated by the custom terminology.

                                \n@param sourceText The source text of the term being translated by the custom terminology.", "setterMethodName" : "setSourceText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceText", "variableType" : "String", "documentation" : "

                                The source text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetText", "beanStyleSetterMethodName" : "setTargetText", "c2jName" : "TargetText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.\n@deprecated Use {@link #targetText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetText(String)}\n", "documentation" : "

                                The target text of the term being translated by the custom terminology.

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

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetText", "getterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@return The target text of the term being translated by the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetText", "sensitive" : false, "setterDocumentation" : "

                                The target text of the term being translated by the custom terminology.

                                \n@param targetText The target text of the term being translated by the custom terminology.", "setterMethodName" : "setTargetText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetText", "variableType" : "String", "documentation" : "

                                The target text of the term being translated by the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Term", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Term", "variableName" : "term", "variableType" : "Term", "documentation" : null, "simpleType" : "Term", "variableSetterType" : "Term" }, "wrapper" : false, "xmlNamespace" : null }, "TerminologyData" : { "c2jName" : "TerminologyData", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The data associated with the custom terminology.

                                ", "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" : "getFile", "beanStyleSetterMethodName" : "setFile", "c2jName" : "File", "c2jShape" : "TerminologyFile", "defaultConsumerFluentSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@deprecated Use {@link #file()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #file(SdkBytes)}\n", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "file", "getterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "File", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "File", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "File", "sensitive" : true, "setterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "setterMethodName" : "setFile", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "File" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFile", "beanStyleSetterMethodName" : "setFile", "c2jName" : "File", "c2jShape" : "TerminologyFile", "defaultConsumerFluentSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@deprecated Use {@link #file()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #file(SdkBytes)}\n", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "file", "getterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "File", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "File", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "File", "sensitive" : true, "setterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "setterMethodName" : "setFile", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Format" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFile", "beanStyleSetterMethodName" : "setFile", "c2jName" : "File", "c2jShape" : "TerminologyFile", "defaultConsumerFluentSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@deprecated Use {@link #file()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #file(SdkBytes)}\n", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

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

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "file", "getterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@return The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "File", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "File", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "File", "sensitive" : true, "setterDocumentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                \n@param file The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.", "setterMethodName" : "setFile", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "file", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

                                ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "TerminologyDataFormat", "defaultConsumerFluentSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@deprecated Use {@link #formatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat\n@deprecated Use {@link #format(String)}\n", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

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

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n

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

                                \n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Format", "sensitive" : false, "setterDocumentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                \n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                The data format of the custom terminology. Either CSV or TMX.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "File", "Format" ], "shapeName" : "TerminologyData", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminologyData", "variableName" : "terminologyData", "variableType" : "TerminologyData", "documentation" : null, "simpleType" : "TerminologyData", "variableSetterType" : "TerminologyData" }, "wrapper" : false, "xmlNamespace" : null }, "TerminologyDataFormat" : { "c2jName" : "TerminologyDataFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CSV", "value" : "CSV" }, { "name" : "TMX", "value" : "TMX" } ], "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" : "TerminologyDataFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminologyDataFormat", "variableName" : "terminologyDataFormat", "variableType" : "TerminologyDataFormat", "documentation" : null, "simpleType" : "TerminologyDataFormat", "variableSetterType" : "TerminologyDataFormat" }, "wrapper" : false, "xmlNamespace" : null }, "TerminologyDataLocation" : { "c2jName" : "TerminologyDataLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The location of the custom terminology data.

                                ", "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" : "getRepositoryType", "beanStyleSetterMethodName" : "setRepositoryType", "c2jName" : "RepositoryType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.\n@deprecated Use {@link #repositoryType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repositoryType(String)}\n", "documentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryType", "getterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RepositoryType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RepositoryType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryType", "sensitive" : false, "setterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.", "setterMethodName" : "setRepositoryType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "

                                The repository type for the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@return The location of the custom terminology data.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The location of the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@return The location of the custom terminology data.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The location of the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RepositoryType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepositoryType", "beanStyleSetterMethodName" : "setRepositoryType", "c2jName" : "RepositoryType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.\n@deprecated Use {@link #repositoryType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repositoryType(String)}\n", "documentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryType", "getterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RepositoryType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RepositoryType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryType", "sensitive" : false, "setterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.", "setterMethodName" : "setRepositoryType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "

                                The repository type for the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepositoryType", "beanStyleSetterMethodName" : "setRepositoryType", "c2jName" : "RepositoryType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.\n@deprecated Use {@link #repositoryType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repositoryType(String)}\n", "documentation" : "

                                The repository type for the custom terminology data.

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

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repositoryType", "getterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@return The repository type for the custom terminology data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RepositoryType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RepositoryType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RepositoryType", "sensitive" : false, "setterDocumentation" : "

                                The repository type for the custom terminology data.

                                \n@param repositoryType The repository type for the custom terminology data.", "setterMethodName" : "setRepositoryType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "

                                The repository type for the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "Location", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@return The location of the custom terminology data.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(String)}\n", "documentation" : "

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

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

                                The location of the custom terminology data.

                                \n@param location The location of the custom terminology data.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

                                The location of the custom terminology data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RepositoryType", "Location" ], "shapeName" : "TerminologyDataLocation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminologyDataLocation", "variableName" : "terminologyDataLocation", "variableType" : "TerminologyDataLocation", "documentation" : null, "simpleType" : "TerminologyDataLocation", "variableSetterType" : "TerminologyDataLocation" }, "wrapper" : false, "xmlNamespace" : null }, "TerminologyProperties" : { "c2jName" : "TerminologyProperties", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The properties of the custom terminology.

                                ", "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" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@return The name of the custom terminology.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                The name of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@return The description of the custom terminology properties.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                The description of the custom terminology properties.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "TerminologyArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "LanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

                                The encryption key for the custom terminology.

                                ", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Integer)}\n", "documentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.", "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" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : "

                                The size of the file used when importing a custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTermCount", "beanStyleSetterMethodName" : "setTermCount", "c2jName" : "TermCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.\n@deprecated Use {@link #termCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #termCount(Integer)}\n", "documentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "termCount", "getterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.", "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" : "TermCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TermCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TermCount", "sensitive" : false, "setterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.", "setterMethodName" : "setTermCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : "

                                The number of terms included in the custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedAt", "beanStyleSetterMethodName" : "setLastUpdatedAt", "c2jName" : "LastUpdatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.\n@deprecated Use {@link #lastUpdatedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedAt", "getterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.", "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" : "LastUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.", "setterMethodName" : "setLastUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "TerminologyArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedAt" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@return The description of the custom terminology properties.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                The description of the custom terminology properties.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EncryptionKey" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

                                The encryption key for the custom terminology.

                                ", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdatedAt" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedAt", "beanStyleSetterMethodName" : "setLastUpdatedAt", "c2jName" : "LastUpdatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.\n@deprecated Use {@link #lastUpdatedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedAt", "getterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.", "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" : "LastUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.", "setterMethodName" : "setLastUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@return The name of the custom terminology.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                The name of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SizeBytes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Integer)}\n", "documentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.", "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" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : "

                                The size of the file used when importing a custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCodes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "LanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TermCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTermCount", "beanStyleSetterMethodName" : "setTermCount", "c2jName" : "TermCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.\n@deprecated Use {@link #termCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #termCount(Integer)}\n", "documentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "termCount", "getterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.", "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" : "TermCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TermCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TermCount", "sensitive" : false, "setterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.", "setterMethodName" : "setTermCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : "

                                The number of terms included in the custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@return The name of the custom terminology.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

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

                                The name of the custom terminology.

                                \n@param name The name of the custom terminology.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                The name of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@return The description of the custom terminology properties.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

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

                                The description of the custom terminology properties.

                                \n@param description The description of the custom terminology properties.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                The description of the custom terminology properties.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "TerminologyArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

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

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@return The Amazon Resource Name (ARN) of the custom terminology.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                \n@param arn The Amazon Resource Name (ARN) of the custom terminology.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the custom terminology.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

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

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@return The language code for the source text of the translation request for which the custom terminology is being used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                \n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the source text of the translation request for which the custom terminology is being used.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "LanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

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

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                \n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncryptionKey", "beanStyleSetterMethodName" : "setEncryptionKey", "c2jName" : "EncryptionKey", "c2jShape" : "EncryptionKey", "defaultConsumerFluentSetterDocumentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.\n@deprecated Use {@link #encryptionKey()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encryptionKey(EncryptionKey)}\n", "documentation" : "

                                The encryption key for the custom terminology.

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

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryptionKey", "getterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@return The encryption key for the custom terminology.", "getterModel" : { "returnType" : "EncryptionKey", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EncryptionKey", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EncryptionKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EncryptionKey", "sensitive" : false, "setterDocumentation" : "

                                The encryption key for the custom terminology.

                                \n@param encryptionKey The encryption key for the custom terminology.", "setterMethodName" : "setEncryptionKey", "setterModel" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : null, "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EncryptionKey", "variableName" : "encryptionKey", "variableType" : "EncryptionKey", "documentation" : "

                                The encryption key for the custom terminology.

                                ", "simpleType" : "EncryptionKey", "variableSetterType" : "EncryptionKey" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSizeBytes", "beanStyleSetterMethodName" : "setSizeBytes", "c2jName" : "SizeBytes", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.\n@deprecated Use {@link #sizeBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sizeBytes(Integer)}\n", "documentation" : "

                                The size of the file used when importing a custom terminology.

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

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizeBytes", "getterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@return The size of the file used when importing a custom terminology.", "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" : "SizeBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SizeBytes", "sensitive" : false, "setterDocumentation" : "

                                The size of the file used when importing a custom terminology.

                                \n@param sizeBytes The size of the file used when importing a custom terminology.", "setterMethodName" : "setSizeBytes", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "sizeBytes", "variableType" : "Integer", "documentation" : "

                                The size of the file used when importing a custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTermCount", "beanStyleSetterMethodName" : "setTermCount", "c2jName" : "TermCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.\n@deprecated Use {@link #termCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #termCount(Integer)}\n", "documentation" : "

                                The number of terms included in the custom terminology.

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

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "termCount", "getterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@return The number of terms included in the custom terminology.", "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" : "TermCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TermCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TermCount", "sensitive" : false, "setterDocumentation" : "

                                The number of terms included in the custom terminology.

                                \n@param termCount The number of terms included in the custom terminology.", "setterMethodName" : "setTermCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "termCount", "variableType" : "Integer", "documentation" : "

                                The number of terms included in the custom terminology.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.\n@deprecated Use {@link #createdAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

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

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@return The time at which the custom terminology was created, based on the timestamp.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                \n@param createdAt The time at which the custom terminology was created, based on the timestamp.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was created, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedAt", "beanStyleSetterMethodName" : "setLastUpdatedAt", "c2jName" : "LastUpdatedAt", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.\n@deprecated Use {@link #lastUpdatedAt()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedAt(Instant)}\n", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

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

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedAt", "getterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@return The time at which the custom terminology was last update, based on the timestamp.", "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" : "LastUpdatedAt", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedAt", "sensitive" : false, "setterDocumentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                \n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.", "setterMethodName" : "setLastUpdatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedAt", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the custom terminology was last update, based on the timestamp.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TerminologyProperties", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminologyProperties", "variableName" : "terminologyProperties", "variableType" : "TerminologyProperties", "documentation" : null, "simpleType" : "TerminologyProperties", "variableSetterType" : "TerminologyProperties" }, "wrapper" : false, "xmlNamespace" : null }, "TextSizeLimitExceededException" : { "c2jName" : "TextSizeLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TextSizeLimitExceededException", "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" : "TextSizeLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TextSizeLimitExceededException", "variableName" : "textSizeLimitExceededException", "variableType" : "TextSizeLimitExceededException", "documentation" : null, "simpleType" : "TextSizeLimitExceededException", "variableSetterType" : "TextSizeLimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "TextTranslationJobFilter" : { "c2jName" : "TextTranslationJobFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

                                ", "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" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@return Filters the list of jobs by name.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                Filters the list of jobs by name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n

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

                                \n@return Filters the list of jobs based by job status.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n

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

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                Filters the list of jobs based by job status.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedBeforeTime", "beanStyleSetterMethodName" : "setSubmittedBeforeTime", "c2jName" : "SubmittedBeforeTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@deprecated Use {@link #submittedBeforeTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedBeforeTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBeforeTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "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" : "SubmittedBeforeTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedBeforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedBeforeTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "setterMethodName" : "setSubmittedBeforeTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedAfterTime", "beanStyleSetterMethodName" : "setSubmittedAfterTime", "c2jName" : "SubmittedAfterTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@deprecated Use {@link #submittedAfterTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedAfterTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedAfterTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "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" : "SubmittedAfterTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAfterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedAfterTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "setterMethodName" : "setSubmittedAfterTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@return Filters the list of jobs by name.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                Filters the list of jobs by name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n

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

                                \n@return Filters the list of jobs based by job status.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n

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

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                Filters the list of jobs based by job status.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubmittedAfterTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedAfterTime", "beanStyleSetterMethodName" : "setSubmittedAfterTime", "c2jName" : "SubmittedAfterTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@deprecated Use {@link #submittedAfterTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedAfterTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedAfterTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "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" : "SubmittedAfterTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAfterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedAfterTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "setterMethodName" : "setSubmittedAfterTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubmittedBeforeTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedBeforeTime", "beanStyleSetterMethodName" : "setSubmittedBeforeTime", "c2jName" : "SubmittedBeforeTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@deprecated Use {@link #submittedBeforeTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedBeforeTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBeforeTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "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" : "SubmittedBeforeTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedBeforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedBeforeTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "setterMethodName" : "setSubmittedBeforeTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@return Filters the list of jobs by name.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                Filters the list of jobs by name.

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

                                Filters the list of jobs by name.

                                \n@param jobName Filters the list of jobs by name.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                Filters the list of jobs by name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n

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

                                \n@return Filters the list of jobs based by job status.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                Filters the list of jobs based by job status.

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                Filters the list of jobs based by job status.

                                \n

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

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

                                Filters the list of jobs based by job status.

                                \n@param jobStatus Filters the list of jobs based by job status.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                Filters the list of jobs based by job status.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedBeforeTime", "beanStyleSetterMethodName" : "setSubmittedBeforeTime", "c2jName" : "SubmittedBeforeTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@deprecated Use {@link #submittedBeforeTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedBeforeTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBeforeTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "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" : "SubmittedBeforeTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedBeforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedBeforeTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                \n@param submittedBeforeTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.", "setterMethodName" : "setSubmittedBeforeTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedBeforeTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedAfterTime", "beanStyleSetterMethodName" : "setSubmittedAfterTime", "c2jName" : "SubmittedAfterTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@deprecated Use {@link #submittedAfterTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedAfterTime(Instant)}\n", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

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

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedAfterTime", "getterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@return Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "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" : "SubmittedAfterTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedAfterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedAfterTime", "sensitive" : false, "setterDocumentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                \n@param submittedAfterTime Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.", "setterMethodName" : "setSubmittedAfterTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedAfterTime", "variableType" : "java.time.Instant", "documentation" : "

                                Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextTranslationJobFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextTranslationJobFilter", "variableName" : "textTranslationJobFilter", "variableType" : "TextTranslationJobFilter", "documentation" : null, "simpleType" : "TextTranslationJobFilter", "variableSetterType" : "TextTranslationJobFilter" }, "wrapper" : false, "xmlNamespace" : null }, "TextTranslationJobProperties" : { "c2jName" : "TextTranslationJobProperties", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Provides information about a translation 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" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the translation job.

                                \n@return The ID of the translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The ID of the translation job.

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

                                The ID of the translation job.

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

                                The ID of the translation job.

                                \n@return The ID of the translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The ID of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                The user-defined name of the translation 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 #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation job.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                The user-defined name of the translation job.

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

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation 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" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                The user-defined name of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the translation 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 #jobStatusAsString(String)}.\n@param jobStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the translation job.

                                \n

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

                                \n@return The status of the translation job.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the translation job.

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

                                The status of the translation job.

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

                                The status of the translation job.

                                \n

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

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

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobDetails", "beanStyleSetterMethodName" : "setJobDetails", "c2jName" : "JobDetails", "c2jShape" : "JobDetails", "defaultConsumerFluentSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.\n@deprecated Use {@link #jobDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobDetails(JobDetails)}\n", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobDetails", "getterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.", "getterModel" : { "returnType" : "JobDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobDetails", "sensitive" : false, "setterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.", "setterMethodName" : "setJobDetails", "setterModel" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : null, "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                ", "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "UnboundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation 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 #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation job.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

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

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation 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" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedTime", "beanStyleSetterMethodName" : "setSubmittedTime", "c2jName" : "SubmittedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.\n@deprecated Use {@link #submittedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedTime(Instant)}\n", "documentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedTime", "getterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.", "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" : "SubmittedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.", "setterMethodName" : "setSubmittedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job was submitted.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job ended.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

                                ", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

                                ", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DataAccessRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job ended.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InputDataConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

                                ", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobDetails" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobDetails", "beanStyleSetterMethodName" : "setJobDetails", "c2jName" : "JobDetails", "c2jShape" : "JobDetails", "defaultConsumerFluentSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.\n@deprecated Use {@link #jobDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobDetails(JobDetails)}\n", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobDetails", "getterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.", "getterModel" : { "returnType" : "JobDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobDetails", "sensitive" : false, "setterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.", "setterMethodName" : "setJobDetails", "setterModel" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : null, "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                ", "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the translation job.

                                \n@return The ID of the translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The ID of the translation job.

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

                                The ID of the translation job.

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

                                The ID of the translation job.

                                \n@return The ID of the translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The ID of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                The user-defined name of the translation 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 #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation job.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                The user-defined name of the translation job.

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

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation 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" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                The user-defined name of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the translation 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 #jobStatusAsString(String)}.\n@param jobStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the translation job.

                                \n

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

                                \n@return The status of the translation job.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the translation job.

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

                                The status of the translation job.

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

                                The status of the translation job.

                                \n

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

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

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "UnboundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation 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 #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation job.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

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

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation 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" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputDataConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

                                ", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubmittedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedTime", "beanStyleSetterMethodName" : "setSubmittedTime", "c2jName" : "SubmittedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.\n@deprecated Use {@link #submittedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedTime(Instant)}\n", "documentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedTime", "getterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.", "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" : "SubmittedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.", "setterMethodName" : "setSubmittedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job was submitted.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCodes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the translation 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the translation job.

                                \n@return The ID of the translation job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

                                The ID of the translation job.

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

                                The ID of the translation job.

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

                                The ID of the translation job.

                                \n@return The ID of the translation 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" : "JobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the translation job.

                                \n@param jobId The ID of the translation job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                The ID of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobName", "beanStyleSetterMethodName" : "setJobName", "c2jName" : "JobName", "c2jShape" : "JobName", "defaultConsumerFluentSetterDocumentation" : "

                                The user-defined name of the translation 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 #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation job.\n@deprecated Use {@link #jobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n", "documentation" : "

                                The user-defined name of the translation job.

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

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobName", "getterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@return The user-defined name of the translation 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" : "JobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobName", "sensitive" : false, "setterDocumentation" : "

                                The user-defined name of the translation job.

                                \n@param jobName The user-defined name of the translation job.", "setterMethodName" : "setJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobName", "variableType" : "String", "documentation" : "

                                The user-defined name of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobStatus", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the translation 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 #jobStatusAsString(String)}.\n@param jobStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the translation job.

                                \n

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

                                \n@return The status of the translation job.\n@see JobStatus\n@deprecated Use {@link #jobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #jobStatus(String)}\n", "documentation" : "

                                The status of the translation job.

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

                                The status of the translation job.

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

                                The status of the translation job.

                                \n

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

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

                                The status of the translation job.

                                \n@param jobStatus The status of the translation job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                The status of the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobDetails", "beanStyleSetterMethodName" : "setJobDetails", "c2jName" : "JobDetails", "c2jShape" : "JobDetails", "defaultConsumerFluentSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.\n@deprecated Use {@link #jobDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobDetails(JobDetails)}\n", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

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

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobDetails", "getterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@return The number of documents successfully and unsuccessfully processed during the translation job.", "getterModel" : { "returnType" : "JobDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobDetails", "sensitive" : false, "setterDocumentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                \n@param jobDetails The number of documents successfully and unsuccessfully processed during the translation job.", "setterMethodName" : "setJobDetails", "setterModel" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : null, "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobDetails", "variableName" : "jobDetails", "variableType" : "JobDetails", "documentation" : "

                                The number of documents successfully and unsuccessfully processed during the translation job.

                                ", "simpleType" : "JobDetails", "variableSetterType" : "JobDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@return The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                \n@param sourceLanguageCode The language code of the language of the source text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code of the language of the source text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetLanguageCodes", "beanStyleSetterMethodName" : "setTargetLanguageCodes", "c2jName" : "TargetLanguageCodes", "c2jShape" : "TargetLanguageCodeStringList", "defaultConsumerFluentSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCodes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCodes(List)}\n", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCodes", "getterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n

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

                                \n

                                \nYou can use {@link #hasTargetLanguageCodes()} to see if a value was sent in this field.\n

                                \n@return The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "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" : "TargetLanguageCodes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCodes", "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" : "LanguageCodeString", "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" : "TargetLanguageCodes", "sensitive" : false, "setterDocumentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCodes The language code of the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCodes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetLanguageCodes", "variableType" : "java.util.List", "documentation" : "

                                The language code of the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                \n@param terminologyNames A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "UnboundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation 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 #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation job.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

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

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@return An explanation of any errors that may have occured during the translation 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" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                \n@param message An explanation of any errors that may have occured during the translation job.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                An explanation of any errors that may have occured during the translation job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubmittedTime", "beanStyleSetterMethodName" : "setSubmittedTime", "c2jName" : "SubmittedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.\n@deprecated Use {@link #submittedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #submittedTime(Instant)}\n", "documentation" : "

                                The time at which the translation job was submitted.

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

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedTime", "getterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@return The time at which the translation job was submitted.", "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" : "SubmittedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubmittedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SubmittedTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job was submitted.

                                \n@param submittedTime The time at which the translation job was submitted.", "setterMethodName" : "setSubmittedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "submittedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job was submitted.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time at which the translation job ended.

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

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time at which the translation job ended.

                                \n@return The time at which the translation job ended.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time at which the translation job ended.

                                \n@param endTime The time at which the translation job ended.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time at which the translation job ended.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInputDataConfig", "beanStyleSetterMethodName" : "setInputDataConfig", "c2jName" : "InputDataConfig", "c2jShape" : "InputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.\n@deprecated Use {@link #inputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #inputDataConfig(InputDataConfig)}\n", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

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

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDataConfig", "getterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@return The input configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "InputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "InputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "InputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The input configuration properties that were specified when the job was requested.

                                \n@param inputDataConfig The input configuration properties that were specified when the job was requested.", "setterMethodName" : "setInputDataConfig", "setterModel" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : null, "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputDataConfig", "variableName" : "inputDataConfig", "variableType" : "InputDataConfig", "documentation" : "

                                The input configuration properties that were specified when the job was requested.

                                ", "simpleType" : "InputDataConfig", "variableSetterType" : "InputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputDataConfig", "beanStyleSetterMethodName" : "setOutputDataConfig", "c2jName" : "OutputDataConfig", "c2jShape" : "OutputDataConfig", "defaultConsumerFluentSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.\n@deprecated Use {@link #outputDataConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputDataConfig(OutputDataConfig)}\n", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

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

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDataConfig", "getterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@return The output configuration properties that were specified when the job was requested.", "getterModel" : { "returnType" : "OutputDataConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDataConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDataConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OutputDataConfig", "sensitive" : false, "setterDocumentation" : "

                                The output configuration properties that were specified when the job was requested.

                                \n@param outputDataConfig The output configuration properties that were specified when the job was requested.", "setterMethodName" : "setOutputDataConfig", "setterModel" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : null, "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputDataConfig", "variableName" : "outputDataConfig", "variableType" : "OutputDataConfig", "documentation" : "

                                The output configuration properties that were specified when the job was requested.

                                ", "simpleType" : "OutputDataConfig", "variableSetterType" : "OutputDataConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "IamRoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.\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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@return The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "getterModel" : { "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                \n@param dataAccessRoleArn The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.", "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 an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextTranslationJobProperties", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextTranslationJobProperties", "variableName" : "textTranslationJobProperties", "variableType" : "TextTranslationJobProperties", "documentation" : null, "simpleType" : "TextTranslationJobProperties", "variableSetterType" : "TextTranslationJobProperties" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                You have made too many requests within a short period of time. Wait for a short time and then try your request again.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyRequestsException", "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" : "TooManyRequestsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRequestsException", "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "wrapper" : false, "xmlNamespace" : null }, "TranslateTextRequest" : { "c2jName" : "TranslateTextRequest", "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" : "TranslateText", "locationName" : null, "requestUri" : "/", "target" : "AWSShineFrontendService_20170701.TranslateText", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "BoundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@deprecated Use {@link #text()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #text(String)}\n", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

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

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

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

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TerminologyNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Text" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "BoundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@deprecated Use {@link #text()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #text(String)}\n", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getText", "beanStyleSetterMethodName" : "setText", "c2jName" : "Text", "c2jShape" : "BoundedLengthString", "defaultConsumerFluentSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@deprecated Use {@link #text()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #text(String)}\n", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

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

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "text", "getterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Text", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Text", "sensitive" : false, "setterDocumentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                \n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.", "setterMethodName" : "setText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

                                The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTerminologyNames", "beanStyleSetterMethodName" : "setTerminologyNames", "c2jName" : "TerminologyNames", "c2jShape" : "ResourceNameList", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@deprecated Use {@link #terminologyNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #terminologyNames(List)}\n", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

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

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "terminologyNames", "getterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n

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

                                \n

                                \nYou can use {@link #hasTerminologyNames()} to see if a value was sent in this field.\n

                                \n@return The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "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" : "TerminologyNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TerminologyNames", "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" : "ResourceName", "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" : "TerminologyNames", "sensitive" : false, "setterDocumentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                \n@param terminologyNames The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.", "setterMethodName" : "setTerminologyNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "terminologyNames", "variableType" : "java.util.List", "documentation" : "

                                The name of the terminology list file to be used in the TranslateText request. You can use 1 terminology list at most in a TranslateText request. Terminology lists can contain a maximum of 256 terms.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source 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 #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

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

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                \n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text. The language must be a language supported by Amazon Translate. For a list of language codes, see what-is-languages.

                                To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

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

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetLanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetLanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetLanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                \n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Text", "SourceLanguageCode", "TargetLanguageCode" ], "shapeName" : "TranslateTextRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TranslateTextRequest", "variableName" : "translateTextRequest", "variableType" : "TranslateTextRequest", "documentation" : null, "simpleType" : "TranslateTextRequest", "variableSetterType" : "TranslateTextRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TranslateTextResponse" : { "c2jName" : "TranslateTextResponse", "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" : "getTranslatedText", "beanStyleSetterMethodName" : "setTranslatedText", "c2jName" : "TranslatedText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@return The translated text.\n@deprecated Use {@link #translatedText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedText(String)}\n", "documentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedText", "getterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.", "setterMethodName" : "setTranslatedText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : "

                                The translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@return The language code for the language of the source text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@return The language code for the language of the target text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the target text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppliedTerminologies", "beanStyleSetterMethodName" : "setAppliedTerminologies", "c2jName" : "AppliedTerminologies", "c2jShape" : "AppliedTerminologyList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies 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 #appliedTerminologies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #appliedTerminologies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appliedTerminologies(List)}\n", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

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

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedTerminologies", "getterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedTerminologies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedTerminologies", "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" : "AppliedTerminology", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)", "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(AppliedTerminology)}\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" : "AppliedTerminology", "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" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : null, "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : "", "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppliedTerminology", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppliedTerminology", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppliedTerminologies", "sensitive" : false, "setterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setAppliedTerminologies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppliedTerminologies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppliedTerminologies", "beanStyleSetterMethodName" : "setAppliedTerminologies", "c2jName" : "AppliedTerminologies", "c2jShape" : "AppliedTerminologyList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies 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 #appliedTerminologies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #appliedTerminologies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appliedTerminologies(List)}\n", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

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

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedTerminologies", "getterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedTerminologies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedTerminologies", "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" : "AppliedTerminology", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)", "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(AppliedTerminology)}\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" : "AppliedTerminology", "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" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : null, "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : "", "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppliedTerminology", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppliedTerminology", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppliedTerminologies", "sensitive" : false, "setterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setAppliedTerminologies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@return The language code for the language of the source text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@return The language code for the language of the target text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the target text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranslatedText" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranslatedText", "beanStyleSetterMethodName" : "setTranslatedText", "c2jName" : "TranslatedText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@return The translated text.\n@deprecated Use {@link #translatedText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedText(String)}\n", "documentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedText", "getterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.", "setterMethodName" : "setTranslatedText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : "

                                The translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranslatedText", "beanStyleSetterMethodName" : "setTranslatedText", "c2jName" : "TranslatedText", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@return The translated text.\n@deprecated Use {@link #translatedText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #translatedText(String)}\n", "documentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "translatedText", "getterDocumentation" : "

                                The translated text.

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

                                The translated text.

                                \n@param translatedText The translated text.", "setterMethodName" : "setTranslatedText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "translatedText", "variableType" : "String", "documentation" : "

                                The translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@return The language code for the language of the source text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the source text.

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

                                The language code for the language of the source text.

                                \n@param sourceLanguageCode The language code for the language of the source text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the source text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@return The language code for the language of the target text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the target text.

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

                                The language code for the language of the target text.

                                \n@param targetLanguageCode The language code for the language of the target text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the target text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppliedTerminologies", "beanStyleSetterMethodName" : "setAppliedTerminologies", "c2jName" : "AppliedTerminologies", "c2jShape" : "AppliedTerminologyList", "defaultConsumerFluentSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies 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 #appliedTerminologies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@deprecated Use {@link #appliedTerminologies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appliedTerminologies(List)}\n", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

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

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedTerminologies", "getterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n

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

                                \n

                                \nYou can use {@link #hasAppliedTerminologies()} to see if a value was sent in this field.\n

                                \n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedTerminologies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedTerminologies", "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" : "AppliedTerminology", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)", "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(AppliedTerminology)}\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" : "AppliedTerminology", "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" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : null, "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppliedTerminology", "variableName" : "member", "variableType" : "AppliedTerminology", "documentation" : "", "simpleType" : "AppliedTerminology", "variableSetterType" : "AppliedTerminology" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppliedTerminology", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppliedTerminology", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppliedTerminologies", "sensitive" : false, "setterDocumentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                \n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.", "setterMethodName" : "setAppliedTerminologies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appliedTerminologies", "variableType" : "java.util.List", "documentation" : "

                                The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TranslatedText", "SourceLanguageCode", "TargetLanguageCode" ], "shapeName" : "TranslateTextResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TranslateTextResponse", "variableName" : "translateTextResponse", "variableType" : "TranslateTextResponse", "documentation" : null, "simpleType" : "TranslateTextResponse", "variableSetterType" : "TranslateTextResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UnsupportedLanguagePairException" : { "c2jName" : "UnsupportedLanguagePairException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Amazon Translate does not support translation from the language of the source text into the requested target language. For more information, see how-to-error-msg.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnsupportedLanguagePairException", "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" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@return The language code for the language of the input text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the input text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@return The language code for the language of the translated text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SourceLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@return The language code for the language of the input text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the input text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetLanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@return The language code for the language of the translated text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceLanguageCode", "beanStyleSetterMethodName" : "setSourceLanguageCode", "c2jName" : "SourceLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@return The language code for the language of the input text.\n@deprecated Use {@link #sourceLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceLanguageCode", "getterDocumentation" : "

                                The language code for the language of the input text.

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

                                The language code for the language of the input text.

                                \n@param sourceLanguageCode The language code for the language of the input text.", "setterMethodName" : "setSourceLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the input text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetLanguageCode", "beanStyleSetterMethodName" : "setTargetLanguageCode", "c2jName" : "TargetLanguageCode", "c2jShape" : "LanguageCodeString", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@return The language code for the language of the translated text.\n@deprecated Use {@link #targetLanguageCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetLanguageCode(String)}\n", "documentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetLanguageCode", "getterDocumentation" : "

                                The language code for the language of the translated text.

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

                                The language code for the language of the translated text.

                                \n@param targetLanguageCode The language code for the language of the translated text.", "setterMethodName" : "setTargetLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetLanguageCode", "variableType" : "String", "documentation" : "

                                The language code for the language of the translated text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnsupportedLanguagePairException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedLanguagePairException", "variableName" : "unsupportedLanguagePairException", "variableType" : "UnsupportedLanguagePairException", "documentation" : null, "simpleType" : "UnsupportedLanguagePairException", "variableSetterType" : "UnsupportedLanguagePairException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "TranslateException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.translate.model.TranslateException", "sdkRequestBaseClassName" : "TranslateRequest", "sdkResponseBaseClassName" : "TranslateResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy