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" : [ ],
"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",
"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.
",
"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"
},
"GetTerminology" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a custom terminology.
",
"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.
",
"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.
",
"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" : false,
"returnType" : {
"returnType" : "ListTerminologiesResponse",
"documentation" : null
},
"syncReturnType" : "ListTerminologiesResponse"
},
"TranslateText" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Translates input text from the source language to the target language. It is not necessary to use English (en) as either the source or the target language but not all language combinations are supported by Amazon Translate. For more information, see Supported Language Pairs.
-
Arabic (ar)
-
Chinese (Simplified) (zh)
-
Chinese (Traditional) (zh-TW)
-
Czech (cs)
-
Danish (da)
-
Dutch (nl)
-
English (en)
-
Finnish (fi)
-
French (fr)
-
German (de)
-
Hebrew (he)
-
Indonesian (id)
-
Italian (it)
-
Japanese (ja)
-
Korean (ko)
-
Polish (pl)
-
Portuguese (pt)
-
Russian (ru)
-
Spanish (es)
-
Swedish (sv)
-
Turkish (tr)
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Terms" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the custom terminology being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"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,
"documentation" : "The name of the custom terminology being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the custom terminology being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The language code of the auto-detected language from Amazon Comprehend.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DetectedLanguageCode" : {
"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,
"documentation" : "The language code of the auto-detected language from Amazon Comprehend.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The language code of the auto-detected language from Amazon Comprehend.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"beanStyleGetterMethodName" : "getTypeAsString",
"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,
"documentation" : "The type of encryption key used by Amazon Translate to encrypt custom terminologies.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionKeyType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"beanStyleGetterMethodName" : "getTypeAsString",
"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,
"documentation" : "The type of encryption key used by Amazon Translate to encrypt custom terminologies.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionKeyType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTypeAsString",
"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,
"documentation" : "The type of encryption key used by Amazon Translate to encrypt custom terminologies.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionKeyType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTerminologyDataFormatAsString",
"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,
"documentation" : "The data format of the custom terminology being retrieved, either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"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,
"documentation" : "The name of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"TerminologyDataFormat" : {
"beanStyleGetterMethodName" : "getTerminologyDataFormatAsString",
"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,
"documentation" : "The data format of the custom terminology being retrieved, either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTerminologyDataFormatAsString",
"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,
"documentation" : "The data format of the custom terminology being retrieved, either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The properties of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TerminologyDataLocation" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"TerminologyProperties" : {
"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,
"documentation" : "The properties of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The properties of the custom terminology being retrieved.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMergeStrategyAsString",
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The description of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The terminology data for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The encryption key for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"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,
"documentation" : "The description of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"EncryptionKey" : {
"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,
"documentation" : "The encryption key for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"MergeStrategy" : {
"beanStyleGetterMethodName" : "getMergeStrategyAsString",
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "The name of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"TerminologyData" : {
"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,
"documentation" : "The terminology data for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMergeStrategyAsString",
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The description of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The terminology data for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The encryption key for the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The properties of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TerminologyProperties" : {
"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,
"documentation" : "The properties of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The properties of the custom terminology being imported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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
},
"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
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The maximum number of custom terminologies returned per list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"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,
"documentation" : "The maximum number of custom terminologies returned per list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The maximum number of custom terminologies returned per list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The properties list of the custom terminologies returned on the list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"TerminologyPropertiesList" : {
"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,
"documentation" : "The properties list of the custom terminologies returned on the list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The properties list of the custom terminologies returned on the list request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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
},
"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
},
"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
},
"Term" : {
"c2jName" : "Term",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The term being translated by the custom terminology.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSourceText",
"beanStyleSetterMethodName" : "setSourceText",
"c2jName" : "SourceText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceText(String)}.\n@param sourceText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceText(String)",
"deprecated" : false,
"documentation" : "The source text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceText",
"fluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceText",
"getterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@return The source text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceText",
"sensitive" : false,
"setterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.",
"setterMethodName" : "setSourceText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : "The source text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetText",
"beanStyleSetterMethodName" : "setTargetText",
"c2jName" : "TargetText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetText(String)}.\n@param targetText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetText(String)",
"deprecated" : false,
"documentation" : "The target text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetText",
"fluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetText",
"getterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@return The target text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetText",
"sensitive" : false,
"setterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.",
"setterMethodName" : "setTargetText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : "The target text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SourceText" : {
"beanStyleGetterMethodName" : "getSourceText",
"beanStyleSetterMethodName" : "setSourceText",
"c2jName" : "SourceText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceText(String)}.\n@param sourceText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceText(String)",
"deprecated" : false,
"documentation" : "The source text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceText",
"fluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceText",
"getterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@return The source text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceText",
"sensitive" : false,
"setterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.",
"setterMethodName" : "setSourceText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : "The source text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TargetText" : {
"beanStyleGetterMethodName" : "getTargetText",
"beanStyleSetterMethodName" : "setTargetText",
"c2jName" : "TargetText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetText(String)}.\n@param targetText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetText(String)",
"deprecated" : false,
"documentation" : "The target text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetText",
"fluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetText",
"getterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@return The target text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetText",
"sensitive" : false,
"setterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.",
"setterMethodName" : "setTargetText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : "The target text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSourceText",
"beanStyleSetterMethodName" : "setSourceText",
"c2jName" : "SourceText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceText(String)}.\n@param sourceText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceText(String)",
"deprecated" : false,
"documentation" : "The source text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceText",
"fluentSetterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceText",
"getterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@return The source text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceText",
"sensitive" : false,
"setterDocumentation" : "The source text of the term being translated by the custom terminology.
\n@param sourceText The source text of the term being translated by the custom terminology.",
"setterMethodName" : "setSourceText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceText",
"variableType" : "String",
"documentation" : "The source text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetText",
"beanStyleSetterMethodName" : "setTargetText",
"c2jName" : "TargetText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetText(String)}.\n@param targetText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetText(String)",
"deprecated" : false,
"documentation" : "The target text of the term being translated by the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetText",
"fluentSetterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetText",
"getterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@return The target text of the term being translated by the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetText",
"sensitive" : false,
"setterDocumentation" : "The target text of the term being translated by the custom terminology.
\n@param targetText The target text of the term being translated by the custom terminology.",
"setterMethodName" : "setTargetText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetText",
"variableType" : "String",
"documentation" : "The target text of the term being translated by the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Term",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Term",
"variableName" : "term",
"variableType" : "Term",
"documentation" : null,
"simpleType" : "Term",
"variableSetterType" : "Term"
},
"wrapper" : false
},
"TerminologyData" : {
"c2jName" : "TerminologyData",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The data associated with the custom terminology.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFile",
"beanStyleSetterMethodName" : "setFile",
"c2jName" : "File",
"c2jShape" : "TerminologyFile",
"defaultConsumerFluentSetterDocumentation" : "The file containing the custom terminology data.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #file(SdkBytes)}.\n@param file a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #file(SdkBytes)",
"deprecated" : false,
"documentation" : "The file containing the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "file",
"fluentSetterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "file",
"getterDocumentation" : "The file containing the custom terminology data.
\n@return The file containing the custom terminology data.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "File",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "File",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "File",
"sensitive" : true,
"setterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.",
"setterMethodName" : "setFile",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The file containing the custom terminology data.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFormatAsString",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "TerminologyDataFormat",
"defaultConsumerFluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #formatAsString(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link TerminologyDataFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"File" : {
"beanStyleGetterMethodName" : "getFile",
"beanStyleSetterMethodName" : "setFile",
"c2jName" : "File",
"c2jShape" : "TerminologyFile",
"defaultConsumerFluentSetterDocumentation" : "The file containing the custom terminology data.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #file(SdkBytes)}.\n@param file a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #file(SdkBytes)",
"deprecated" : false,
"documentation" : "The file containing the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "file",
"fluentSetterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "file",
"getterDocumentation" : "The file containing the custom terminology data.
\n@return The file containing the custom terminology data.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "File",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "File",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "File",
"sensitive" : true,
"setterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.",
"setterMethodName" : "setFile",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The file containing the custom terminology data.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
},
"Format" : {
"beanStyleGetterMethodName" : "getFormatAsString",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "TerminologyDataFormat",
"defaultConsumerFluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #formatAsString(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link TerminologyDataFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFile",
"beanStyleSetterMethodName" : "setFile",
"c2jName" : "File",
"c2jShape" : "TerminologyFile",
"defaultConsumerFluentSetterDocumentation" : "The file containing the custom terminology data.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #file(SdkBytes)}.\n@param file a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #file(SdkBytes)",
"deprecated" : false,
"documentation" : "The file containing the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "file",
"fluentSetterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "file",
"getterDocumentation" : "The file containing the custom terminology data.
\n@return The file containing the custom terminology data.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "File",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "File",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "File",
"sensitive" : true,
"setterDocumentation" : "The file containing the custom terminology data.
\n@param file The file containing the custom terminology data.",
"setterMethodName" : "setFile",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "file",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The file containing the custom terminology data.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFormatAsString",
"beanStyleSetterMethodName" : "setFormat",
"c2jName" : "Format",
"c2jShape" : "TerminologyDataFormat",
"defaultConsumerFluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #formatAsString(String)}.\n@param format a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #format(String)",
"deprecated" : false,
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"endpointDiscoveryId" : false,
"enumType" : "TerminologyDataFormat",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "format",
"fluentEnumSetterMethodName" : "format",
"fluentGetterMethodName" : "formatAsString",
"fluentSetterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see TerminologyDataFormat",
"fluentSetterMethodName" : "format",
"getterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #format} will return {@link TerminologyDataFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #formatAsString}.\n
\n@return The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Format",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Format",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Format",
"sensitive" : false,
"setterDocumentation" : "The data format of the custom terminology. Either CSV or TMX.
\n@param format The data format of the custom terminology. Either CSV or TMX.\n@see TerminologyDataFormat",
"setterMethodName" : "setFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "format",
"variableType" : "String",
"documentation" : "The data format of the custom terminology. Either CSV or TMX.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "File", "Format" ],
"shapeName" : "TerminologyData",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TerminologyData",
"variableName" : "terminologyData",
"variableType" : "TerminologyData",
"documentation" : null,
"simpleType" : "TerminologyData",
"variableSetterType" : "TerminologyData"
},
"wrapper" : false
},
"TerminologyDataFormat" : {
"c2jName" : "TerminologyDataFormat",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CSV",
"value" : "CSV"
}, {
"name" : "TMX",
"value" : "TMX"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TerminologyDataFormat",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TerminologyDataFormat",
"variableName" : "terminologyDataFormat",
"variableType" : "TerminologyDataFormat",
"documentation" : null,
"simpleType" : "TerminologyDataFormat",
"variableSetterType" : "TerminologyDataFormat"
},
"wrapper" : false
},
"TerminologyDataLocation" : {
"c2jName" : "TerminologyDataLocation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The location of the custom terminology data.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getRepositoryType",
"beanStyleSetterMethodName" : "setRepositoryType",
"c2jName" : "RepositoryType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The repository type for the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryType(String)}.\n@param repositoryType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryType(String)",
"deprecated" : false,
"documentation" : "The repository type for the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repositoryType",
"fluentSetterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repositoryType",
"getterDocumentation" : "The repository type for the custom terminology data.
\n@return The repository type for the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RepositoryType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RepositoryType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RepositoryType",
"sensitive" : false,
"setterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.",
"setterMethodName" : "setRepositoryType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : "The repository type for the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The location of the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)",
"deprecated" : false,
"documentation" : "The location of the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the custom terminology data.
\n@return The location of the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Location" : {
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The location of the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)",
"deprecated" : false,
"documentation" : "The location of the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the custom terminology data.
\n@return The location of the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RepositoryType" : {
"beanStyleGetterMethodName" : "getRepositoryType",
"beanStyleSetterMethodName" : "setRepositoryType",
"c2jName" : "RepositoryType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The repository type for the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryType(String)}.\n@param repositoryType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryType(String)",
"deprecated" : false,
"documentation" : "The repository type for the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repositoryType",
"fluentSetterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repositoryType",
"getterDocumentation" : "The repository type for the custom terminology data.
\n@return The repository type for the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RepositoryType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RepositoryType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RepositoryType",
"sensitive" : false,
"setterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.",
"setterMethodName" : "setRepositoryType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : "The repository type for the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getRepositoryType",
"beanStyleSetterMethodName" : "setRepositoryType",
"c2jName" : "RepositoryType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The repository type for the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repositoryType(String)}.\n@param repositoryType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repositoryType(String)",
"deprecated" : false,
"documentation" : "The repository type for the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repositoryType",
"fluentSetterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repositoryType",
"getterDocumentation" : "The repository type for the custom terminology data.
\n@return The repository type for the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RepositoryType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RepositoryType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RepositoryType",
"sensitive" : false,
"setterDocumentation" : "The repository type for the custom terminology data.
\n@param repositoryType The repository type for the custom terminology data.",
"setterMethodName" : "setRepositoryType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repositoryType",
"variableType" : "String",
"documentation" : "The repository type for the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The location of the custom terminology data.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #location(String)}.\n@param location a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(String)",
"deprecated" : false,
"documentation" : "The location of the custom terminology data.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the custom terminology data.
\n@return The location of the custom terminology data.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the custom terminology data.
\n@param location The location of the custom terminology data.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "location",
"variableType" : "String",
"documentation" : "The location of the custom terminology data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RepositoryType", "Location" ],
"shapeName" : "TerminologyDataLocation",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TerminologyDataLocation",
"variableName" : "terminologyDataLocation",
"variableType" : "TerminologyDataLocation",
"documentation" : null,
"simpleType" : "TerminologyDataLocation",
"variableSetterType" : "TerminologyDataLocation"
},
"wrapper" : false
},
"TerminologyProperties" : {
"c2jName" : "TerminologyProperties",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The properties of the custom terminology.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the custom terminology.
\n@return The name of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description of the custom terminology properties.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description of the custom terminology properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the custom terminology properties.
\n@return The description of the custom terminology properties.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the custom terminology properties.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "TerminologyArn",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@return The Amazon Resource Name (ARN) of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@return The language code for the source text of the translation request for which the custom terminology is being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCodes",
"beanStyleSetterMethodName" : "setTargetLanguageCodes",
"c2jName" : "TargetLanguageCodes",
"c2jShape" : "LanguageCodeStringList",
"defaultConsumerFluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCodes(List)}.\n@param targetLanguageCodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCodes(List)",
"deprecated" : false,
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCodes",
"fluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCodes",
"getterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TargetLanguageCodes",
"sensitive" : false,
"setterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"setterMethodName" : "setTargetLanguageCodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryptionKey",
"beanStyleSetterMethodName" : "setEncryptionKey",
"c2jName" : "EncryptionKey",
"c2jShape" : "EncryptionKey",
"defaultConsumerFluentSetterDocumentation" : "The encryption key for the custom terminology.
\nThis is a convenience that creates an instance of the {@link EncryptionKey.Builder} avoiding the need to create one manually via {@link EncryptionKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionKey.Builder#build()} is called immediately and its result is passed to {@link #encryptionKey(EncryptionKey)}.\n@param encryptionKey a consumer that will call methods on {@link EncryptionKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionKey(EncryptionKey)",
"deprecated" : false,
"documentation" : "The encryption key for the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryptionKey",
"fluentSetterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryptionKey",
"getterDocumentation" : "The encryption key for the custom terminology.
\n@return The encryption key for the custom terminology.",
"getterModel" : {
"returnType" : "EncryptionKey",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EncryptionKey",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EncryptionKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EncryptionKey",
"sensitive" : false,
"setterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.",
"setterMethodName" : "setEncryptionKey",
"setterModel" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : null,
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : "The encryption key for the custom terminology.
",
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSizeBytes",
"beanStyleSetterMethodName" : "setSizeBytes",
"c2jName" : "SizeBytes",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #sizeBytes(Integer)}.\n@param sizeBytes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizeBytes(Integer)",
"deprecated" : false,
"documentation" : "The size of the file used when importing a custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizeBytes",
"fluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizeBytes",
"getterDocumentation" : "The size of the file used when importing a custom terminology.
\n@return The size of the file used when importing a custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizeBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "SizeBytes",
"sensitive" : false,
"setterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.",
"setterMethodName" : "setSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : "The size of the file used when importing a custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTermCount",
"beanStyleSetterMethodName" : "setTermCount",
"c2jName" : "TermCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of terms included in the custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #termCount(Integer)}.\n@param termCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #termCount(Integer)",
"deprecated" : false,
"documentation" : "The number of terms included in the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "termCount",
"fluentSetterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "termCount",
"getterDocumentation" : "The number of terms included in the custom terminology.
\n@return The number of terms included in the custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TermCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TermCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TermCount",
"sensitive" : false,
"setterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.",
"setterMethodName" : "setTermCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : "The number of terms included in the custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@return The time at which the custom terminology was created, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedAt",
"beanStyleSetterMethodName" : "setLastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedAt(Instant)}.\n@param lastUpdatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedAt",
"getterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@return The time at which the custom terminology was last update, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.",
"setterMethodName" : "setLastUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "TerminologyArn",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@return The Amazon Resource Name (ARN) of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreatedAt" : {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@return The time at which the custom terminology was created, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description of the custom terminology properties.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description of the custom terminology properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the custom terminology properties.
\n@return The description of the custom terminology properties.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the custom terminology properties.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EncryptionKey" : {
"beanStyleGetterMethodName" : "getEncryptionKey",
"beanStyleSetterMethodName" : "setEncryptionKey",
"c2jName" : "EncryptionKey",
"c2jShape" : "EncryptionKey",
"defaultConsumerFluentSetterDocumentation" : "The encryption key for the custom terminology.
\nThis is a convenience that creates an instance of the {@link EncryptionKey.Builder} avoiding the need to create one manually via {@link EncryptionKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionKey.Builder#build()} is called immediately and its result is passed to {@link #encryptionKey(EncryptionKey)}.\n@param encryptionKey a consumer that will call methods on {@link EncryptionKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionKey(EncryptionKey)",
"deprecated" : false,
"documentation" : "The encryption key for the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryptionKey",
"fluentSetterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryptionKey",
"getterDocumentation" : "The encryption key for the custom terminology.
\n@return The encryption key for the custom terminology.",
"getterModel" : {
"returnType" : "EncryptionKey",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EncryptionKey",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EncryptionKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EncryptionKey",
"sensitive" : false,
"setterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.",
"setterMethodName" : "setEncryptionKey",
"setterModel" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : null,
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : "The encryption key for the custom terminology.
",
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedAt" : {
"beanStyleGetterMethodName" : "getLastUpdatedAt",
"beanStyleSetterMethodName" : "setLastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedAt(Instant)}.\n@param lastUpdatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedAt",
"getterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@return The time at which the custom terminology was last update, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.",
"setterMethodName" : "setLastUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the custom terminology.
\n@return The name of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SizeBytes" : {
"beanStyleGetterMethodName" : "getSizeBytes",
"beanStyleSetterMethodName" : "setSizeBytes",
"c2jName" : "SizeBytes",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #sizeBytes(Integer)}.\n@param sizeBytes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizeBytes(Integer)",
"deprecated" : false,
"documentation" : "The size of the file used when importing a custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizeBytes",
"fluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizeBytes",
"getterDocumentation" : "The size of the file used when importing a custom terminology.
\n@return The size of the file used when importing a custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizeBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "SizeBytes",
"sensitive" : false,
"setterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.",
"setterMethodName" : "setSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : "The size of the file used when importing a custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"SourceLanguageCode" : {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@return The language code for the source text of the translation request for which the custom terminology is being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TargetLanguageCodes" : {
"beanStyleGetterMethodName" : "getTargetLanguageCodes",
"beanStyleSetterMethodName" : "setTargetLanguageCodes",
"c2jName" : "TargetLanguageCodes",
"c2jShape" : "LanguageCodeStringList",
"defaultConsumerFluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCodes(List)}.\n@param targetLanguageCodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCodes(List)",
"deprecated" : false,
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCodes",
"fluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCodes",
"getterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TargetLanguageCodes",
"sensitive" : false,
"setterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"setterMethodName" : "setTargetLanguageCodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"TermCount" : {
"beanStyleGetterMethodName" : "getTermCount",
"beanStyleSetterMethodName" : "setTermCount",
"c2jName" : "TermCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of terms included in the custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #termCount(Integer)}.\n@param termCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #termCount(Integer)",
"deprecated" : false,
"documentation" : "The number of terms included in the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "termCount",
"fluentSetterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "termCount",
"getterDocumentation" : "The number of terms included in the custom terminology.
\n@return The number of terms included in the custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TermCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TermCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TermCount",
"sensitive" : false,
"setterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.",
"setterMethodName" : "setTermCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : "The number of terms included in the custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the custom terminology.
\n@return The name of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the custom terminology.
\n@param name The name of the custom terminology.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : "The description of the custom terminology properties.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"documentation" : "The description of the custom terminology properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "The description of the custom terminology properties.
\n@return The description of the custom terminology properties.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "The description of the custom terminology properties.
\n@param description The description of the custom terminology properties.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the custom terminology properties.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "TerminologyArn",
"defaultConsumerFluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@return The Amazon Resource Name (ARN) of the custom terminology.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : " The Amazon Resource Name (ARN) of the custom terminology.
\n@param arn The Amazon Resource Name (ARN) of the custom terminology.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the custom terminology.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@return The language code for the source text of the translation request for which the custom terminology is being used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
\n@param sourceLanguageCode The language code for the source text of the translation request for which the custom terminology is being used.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the source text of the translation request for which the custom terminology is being used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCodes",
"beanStyleSetterMethodName" : "setTargetLanguageCodes",
"c2jName" : "TargetLanguageCodes",
"c2jShape" : "LanguageCodeStringList",
"defaultConsumerFluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCodes(List)}.\n@param targetLanguageCodes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCodes(List)",
"deprecated" : false,
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCodes",
"fluentSetterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCodes",
"getterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCodes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCodes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TargetLanguageCodes",
"sensitive" : false,
"setterDocumentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
\n@param targetLanguageCodes The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.",
"setterMethodName" : "setTargetLanguageCodes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "targetLanguageCodes",
"variableType" : "java.util.List",
"documentation" : "The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEncryptionKey",
"beanStyleSetterMethodName" : "setEncryptionKey",
"c2jName" : "EncryptionKey",
"c2jShape" : "EncryptionKey",
"defaultConsumerFluentSetterDocumentation" : "The encryption key for the custom terminology.
\nThis is a convenience that creates an instance of the {@link EncryptionKey.Builder} avoiding the need to create one manually via {@link EncryptionKey#builder()}.\n\nWhen the {@link Consumer} completes, {@link EncryptionKey.Builder#build()} is called immediately and its result is passed to {@link #encryptionKey(EncryptionKey)}.\n@param encryptionKey a consumer that will call methods on {@link EncryptionKey.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encryptionKey(EncryptionKey)",
"deprecated" : false,
"documentation" : "The encryption key for the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "encryptionKey",
"fluentSetterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "encryptionKey",
"getterDocumentation" : "The encryption key for the custom terminology.
\n@return The encryption key for the custom terminology.",
"getterModel" : {
"returnType" : "EncryptionKey",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EncryptionKey",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EncryptionKey",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EncryptionKey",
"sensitive" : false,
"setterDocumentation" : "The encryption key for the custom terminology.
\n@param encryptionKey The encryption key for the custom terminology.",
"setterMethodName" : "setEncryptionKey",
"setterModel" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : null,
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EncryptionKey",
"variableName" : "encryptionKey",
"variableType" : "EncryptionKey",
"documentation" : "The encryption key for the custom terminology.
",
"simpleType" : "EncryptionKey",
"variableSetterType" : "EncryptionKey"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSizeBytes",
"beanStyleSetterMethodName" : "setSizeBytes",
"c2jName" : "SizeBytes",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #sizeBytes(Integer)}.\n@param sizeBytes a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sizeBytes(Integer)",
"deprecated" : false,
"documentation" : "The size of the file used when importing a custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sizeBytes",
"fluentSetterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sizeBytes",
"getterDocumentation" : "The size of the file used when importing a custom terminology.
\n@return The size of the file used when importing a custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SizeBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "SizeBytes",
"sensitive" : false,
"setterDocumentation" : "The size of the file used when importing a custom terminology.
\n@param sizeBytes The size of the file used when importing a custom terminology.",
"setterMethodName" : "setSizeBytes",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "sizeBytes",
"variableType" : "Integer",
"documentation" : "The size of the file used when importing a custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTermCount",
"beanStyleSetterMethodName" : "setTermCount",
"c2jName" : "TermCount",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The number of terms included in the custom terminology.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #termCount(Integer)}.\n@param termCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #termCount(Integer)",
"deprecated" : false,
"documentation" : "The number of terms included in the custom terminology.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "termCount",
"fluentSetterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "termCount",
"getterDocumentation" : "The number of terms included in the custom terminology.
\n@return The number of terms included in the custom terminology.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TermCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TermCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "TermCount",
"sensitive" : false,
"setterDocumentation" : "The number of terms included in the custom terminology.
\n@param termCount The number of terms included in the custom terminology.",
"setterMethodName" : "setTermCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "termCount",
"variableType" : "Integer",
"documentation" : "The number of terms included in the custom terminology.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@return The time at which the custom terminology was created, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was created, based on the timestamp.
\n@param createdAt The time at which the custom terminology was created, based on the timestamp.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was created, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdatedAt",
"beanStyleSetterMethodName" : "setLastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedAt(Instant)}.\n@param lastUpdatedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedAt(Instant)",
"deprecated" : false,
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedAt",
"fluentSetterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedAt",
"getterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@return The time at which the custom terminology was last update, based on the timestamp.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdatedAt",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedAt",
"sensitive" : false,
"setterDocumentation" : "The time at which the custom terminology was last update, based on the timestamp.
\n@param lastUpdatedAt The time at which the custom terminology was last update, based on the timestamp.",
"setterMethodName" : "setLastUpdatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedAt",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the custom terminology was last update, based on the timestamp.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TerminologyProperties",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TerminologyProperties",
"variableName" : "terminologyProperties",
"variableType" : "TerminologyProperties",
"documentation" : null,
"simpleType" : "TerminologyProperties",
"variableSetterType" : "TerminologyProperties"
},
"wrapper" : false
},
"TextSizeLimitExceededException" : {
"c2jName" : "TextSizeLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "TextSizeLimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TextSizeLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TextSizeLimitExceededException",
"variableName" : "textSizeLimitExceededException",
"variableType" : "TextSizeLimitExceededException",
"documentation" : null,
"simpleType" : "TextSizeLimitExceededException",
"variableSetterType" : "TextSizeLimitExceededException"
},
"wrapper" : false
},
"TooManyRequestsException" : {
"c2jName" : "TooManyRequestsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " You have made too many requests within a short period of time. Wait for a short time and then try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "TooManyRequestsException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TooManyRequestsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TooManyRequestsException",
"variableName" : "tooManyRequestsException",
"variableType" : "TooManyRequestsException",
"documentation" : null,
"simpleType" : "TooManyRequestsException",
"variableSetterType" : "TooManyRequestsException"
},
"wrapper" : false
},
"TranslateTextRequest" : {
"c2jName" : "TranslateTextRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "TranslateText",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSShineFrontendService_20170701.TranslateText",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "BoundedLengthString",
"defaultConsumerFluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTerminologyNames",
"beanStyleSetterMethodName" : "setTerminologyNames",
"c2jName" : "TerminologyNames",
"c2jShape" : "ResourceNameList",
"defaultConsumerFluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\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,
"documentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "terminologyNames",
"fluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "terminologyNames",
"getterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SourceLanguageCode" : {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TargetLanguageCode" : {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TerminologyNames" : {
"beanStyleGetterMethodName" : "getTerminologyNames",
"beanStyleSetterMethodName" : "setTerminologyNames",
"c2jName" : "TerminologyNames",
"c2jShape" : "ResourceNameList",
"defaultConsumerFluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\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,
"documentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "terminologyNames",
"fluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "terminologyNames",
"getterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Text" : {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "BoundedLengthString",
"defaultConsumerFluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "BoundedLengthString",
"defaultConsumerFluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@return The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
\n@param text The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The text to translate. The text string can be a maximum of 5,000 bytes long. Depending on your character set, this may be fewer than 5,000 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTerminologyNames",
"beanStyleSetterMethodName" : "setTerminologyNames",
"c2jName" : "TerminologyNames",
"c2jShape" : "ResourceNameList",
"defaultConsumerFluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\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,
"documentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "terminologyNames",
"fluentSetterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "terminologyNames",
"getterDocumentation" : "The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"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"
},
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
\n@param terminologyNames The TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.",
"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 TerminologyNames list that is taken as input to the TranslateText request. This has a minimum length of 0 and a maximum length of 1.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@return The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
\n@param sourceLanguageCode The language code for the language of the source text. The language must be a language supported by Amazon Translate. To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "
The language code for the language of the source text. The language must be a language supported by Amazon Translate.
To have Amazon Translate determine the source language of your text, you can specify auto
in the SourceLanguageCode
field. If you specify auto
, Amazon Translate will call Amazon Comprehend to determine the source language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@return The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
\n@param targetLanguageCode The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code requested for the language of the target text. The language must be a language supported by Amazon Translate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Text", "SourceLanguageCode", "TargetLanguageCode" ],
"shapeName" : "TranslateTextRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TranslateTextRequest",
"variableName" : "translateTextRequest",
"variableType" : "TranslateTextRequest",
"documentation" : null,
"simpleType" : "TranslateTextRequest",
"variableSetterType" : "TranslateTextRequest"
},
"wrapper" : false
},
"TranslateTextResponse" : {
"c2jName" : "TranslateTextResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTranslatedText",
"beanStyleSetterMethodName" : "setTranslatedText",
"c2jName" : "TranslatedText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #translatedText(String)}.\n@param translatedText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #translatedText(String)",
"deprecated" : false,
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "translatedText",
"fluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "translatedText",
"getterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@return The the translated text. The maximum length of this text is 5kb.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranslatedText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranslatedText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranslatedText",
"sensitive" : false,
"setterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.",
"setterMethodName" : "setTranslatedText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the language of the source text.
\n@return The language code for the language of the source text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the source text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the target text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the target text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code for the language of the target text.
\n@return The language code for the language of the target text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the target text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAppliedTerminologies",
"beanStyleSetterMethodName" : "setAppliedTerminologies",
"c2jName" : "AppliedTerminologies",
"c2jShape" : "AppliedTerminologyList",
"defaultConsumerFluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedTerminologies(List)",
"deprecated" : false,
"documentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appliedTerminologies",
"fluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appliedTerminologies",
"getterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppliedTerminologies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppliedTerminologies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AppliedTerminology",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AppliedTerminology",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : null,
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : "",
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AppliedTerminology",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AppliedTerminology",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AppliedTerminologies",
"sensitive" : false,
"setterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"setterMethodName" : "setAppliedTerminologies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "appliedTerminologies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "appliedTerminologies",
"variableType" : "java.util.List",
"documentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AppliedTerminologies" : {
"beanStyleGetterMethodName" : "getAppliedTerminologies",
"beanStyleSetterMethodName" : "setAppliedTerminologies",
"c2jName" : "AppliedTerminologies",
"c2jShape" : "AppliedTerminologyList",
"defaultConsumerFluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedTerminologies(List)",
"deprecated" : false,
"documentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appliedTerminologies",
"fluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appliedTerminologies",
"getterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppliedTerminologies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppliedTerminologies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AppliedTerminology",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AppliedTerminology",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : null,
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : "",
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AppliedTerminology",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AppliedTerminology",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AppliedTerminologies",
"sensitive" : false,
"setterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"setterMethodName" : "setAppliedTerminologies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "appliedTerminologies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "appliedTerminologies",
"variableType" : "java.util.List",
"documentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SourceLanguageCode" : {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the language of the source text.
\n@return The language code for the language of the source text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the source text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TargetLanguageCode" : {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the target text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the target text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code for the language of the target text.
\n@return The language code for the language of the target text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the target text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TranslatedText" : {
"beanStyleGetterMethodName" : "getTranslatedText",
"beanStyleSetterMethodName" : "setTranslatedText",
"c2jName" : "TranslatedText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #translatedText(String)}.\n@param translatedText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #translatedText(String)",
"deprecated" : false,
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "translatedText",
"fluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "translatedText",
"getterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@return The the translated text. The maximum length of this text is 5kb.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranslatedText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranslatedText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranslatedText",
"sensitive" : false,
"setterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.",
"setterMethodName" : "setTranslatedText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTranslatedText",
"beanStyleSetterMethodName" : "setTranslatedText",
"c2jName" : "TranslatedText",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #translatedText(String)}.\n@param translatedText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #translatedText(String)",
"deprecated" : false,
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "translatedText",
"fluentSetterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "translatedText",
"getterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@return The the translated text. The maximum length of this text is 5kb.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranslatedText",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranslatedText",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranslatedText",
"sensitive" : false,
"setterDocumentation" : "The the translated text. The maximum length of this text is 5kb.
\n@param translatedText The the translated text. The maximum length of this text is 5kb.",
"setterMethodName" : "setTranslatedText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "translatedText",
"variableType" : "String",
"documentation" : "The the translated text. The maximum length of this text is 5kb.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceLanguageCode",
"beanStyleSetterMethodName" : "setSourceLanguageCode",
"c2jName" : "SourceLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the source text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceLanguageCode(String)}.\n@param sourceLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the source text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceLanguageCode",
"getterDocumentation" : "The language code for the language of the source text.
\n@return The language code for the language of the source text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the source text.
\n@param sourceLanguageCode The language code for the language of the source text.",
"setterMethodName" : "setSourceLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the source text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetLanguageCode",
"beanStyleSetterMethodName" : "setTargetLanguageCode",
"c2jName" : "TargetLanguageCode",
"c2jShape" : "LanguageCodeString",
"defaultConsumerFluentSetterDocumentation" : "The language code for the language of the target text.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetLanguageCode(String)}.\n@param targetLanguageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetLanguageCode(String)",
"deprecated" : false,
"documentation" : "The language code for the language of the target text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetLanguageCode",
"fluentSetterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetLanguageCode",
"getterDocumentation" : "The language code for the language of the target text.
\n@return The language code for the language of the target text.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetLanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetLanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetLanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language of the target text.
\n@param targetLanguageCode The language code for the language of the target text.",
"setterMethodName" : "setTargetLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetLanguageCode",
"variableType" : "String",
"documentation" : "The language code for the language of the target text.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAppliedTerminologies",
"beanStyleSetterMethodName" : "setAppliedTerminologies",
"c2jName" : "AppliedTerminologies",
"c2jShape" : "AppliedTerminologyList",
"defaultConsumerFluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appliedTerminologies(List)}.\n@param appliedTerminologies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appliedTerminologies(List)",
"deprecated" : false,
"documentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appliedTerminologies",
"fluentSetterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appliedTerminologies",
"getterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AppliedTerminologies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AppliedTerminologies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AppliedTerminology",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppliedTerminology.Builder} avoiding the need to create one manually via {@link AppliedTerminology#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppliedTerminology.Builder#build()} is called immediately and its result is passed to {@link #member(AppliedTerminology)}.\n@param member a consumer that will call methods on {@link AppliedTerminology.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppliedTerminology)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AppliedTerminology",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : null,
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AppliedTerminology",
"variableName" : "member",
"variableType" : "AppliedTerminology",
"documentation" : "",
"simpleType" : "AppliedTerminology",
"variableSetterType" : "AppliedTerminology"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AppliedTerminology",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AppliedTerminology",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AppliedTerminologies",
"sensitive" : false,
"setterDocumentation" : "The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
\n@param appliedTerminologies The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.",
"setterMethodName" : "setAppliedTerminologies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "appliedTerminologies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection