models.translate-2017-07-01-intermediate.json Maven / Gradle / Ivy
Show all versions of translate Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "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" : "