models.cloudsearch-2013-01-01-intermediate.json Maven / Gradle / Ivy
{
"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" : [ "describeDomains", "listDomainNames" ]
},
"metadata" : {
"apiVersion" : "2013-01-01",
"asyncBuilder" : "DefaultCloudSearchAsyncClientBuilder",
"asyncBuilderInterface" : "CloudSearchAsyncClientBuilder",
"asyncClient" : "DefaultCloudSearchAsyncClient",
"asyncInterface" : "CloudSearchAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultCloudSearchBaseClientBuilder",
"baseBuilderInterface" : "CloudSearchBaseClientBuilder",
"baseExceptionName" : "CloudSearchException",
"baseRequestName" : "CloudSearchRequest",
"baseResponseName" : "CloudSearchResponse",
"cborProtocol" : false,
"clientPackageName" : "cloudsearch",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon CloudSearch",
"documentation" : "Amazon CloudSearch Configuration Service You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.
The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
",
"endpointPrefix" : "cloudsearch",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.cloudsearch",
"fullModelPackageName" : "software.amazon.awssdk.services.cloudsearch.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.cloudsearch.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.cloudsearch.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.cloudsearch.transform",
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "cloudsearch.model",
"paginatorsPackageName" : "cloudsearch.paginators",
"protocol" : "query",
"requestTransformPackageName" : "cloudsearch.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "CloudSearch",
"serviceName" : "CloudSearch",
"signingName" : "cloudsearch",
"syncBuilder" : "DefaultCloudSearchClientBuilder",
"syncBuilderInterface" : "CloudSearchClientBuilder",
"syncClient" : "DefaultCloudSearchClient",
"syncInterface" : "CloudSearchClient",
"transformPackageName" : "cloudsearch.transform",
"uid" : "cloudsearch-2013-01-01",
"xmlProtocol" : true
},
"operations" : {
"BuildSuggesters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BuildSuggestersRequest",
"variableName" : "buildSuggestersRequest",
"variableType" : "BuildSuggestersRequest",
"documentation" : "Container for the parameters to the BuildSuggester
operation. Specifies the name of the domain you want to update.
",
"simpleType" : "BuildSuggestersRequest",
"variableSetterType" : "BuildSuggestersRequest"
},
"methodName" : "buildSuggesters",
"operationName" : "BuildSuggesters",
"paginated" : false,
"returnType" : {
"returnType" : "BuildSuggestersResponse",
"documentation" : "The result of a BuildSuggester
request. Contains a list of the fields used for suggestions.
"
},
"syncReturnType" : "BuildSuggestersResponse"
},
"CreateDomain" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : "Container for the parameters to the CreateDomain
operation. Specifies a name for the new search domain.
",
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"methodName" : "createDomain",
"operationName" : "CreateDomain",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDomainResponse",
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
"
},
"syncReturnType" : "CreateDomainResponse"
},
"DefineAnalysisScheme" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an analysis scheme that can be applied to a text
or text-array
field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineAnalysisSchemeRequest",
"variableName" : "defineAnalysisSchemeRequest",
"variableType" : "DefineAnalysisSchemeRequest",
"documentation" : "Container for the parameters to the DefineAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme configuration.
",
"simpleType" : "DefineAnalysisSchemeRequest",
"variableSetterType" : "DefineAnalysisSchemeRequest"
},
"methodName" : "defineAnalysisScheme",
"operationName" : "DefineAnalysisScheme",
"paginated" : false,
"returnType" : {
"returnType" : "DefineAnalysisSchemeResponse",
"documentation" : "The result of a DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.
"
},
"syncReturnType" : "DefineAnalysisSchemeResponse"
},
"DefineExpression" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an Expression
for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineExpressionRequest",
"variableName" : "defineExpressionRequest",
"variableType" : "DefineExpressionRequest",
"documentation" : "Container for the parameters to the DefineExpression
operation. Specifies the name of the domain you want to update and the expression you want to configure.
",
"simpleType" : "DefineExpressionRequest",
"variableSetterType" : "DefineExpressionRequest"
},
"methodName" : "defineExpression",
"operationName" : "DefineExpression",
"paginated" : false,
"returnType" : {
"returnType" : "DefineExpressionResponse",
"documentation" : "The result of a DefineExpression
request. Contains the status of the newly-configured expression.
"
},
"syncReturnType" : "DefineExpressionResponse"
},
"DefineIndexField" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an IndexField
for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType
. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineIndexFieldRequest",
"variableName" : "defineIndexFieldRequest",
"variableType" : "DefineIndexFieldRequest",
"documentation" : "Container for the parameters to the DefineIndexField
operation. Specifies the name of the domain you want to update and the index field configuration.
",
"simpleType" : "DefineIndexFieldRequest",
"variableSetterType" : "DefineIndexFieldRequest"
},
"methodName" : "defineIndexField",
"operationName" : "DefineIndexField",
"paginated" : false,
"returnType" : {
"returnType" : "DefineIndexFieldResponse",
"documentation" : "The result of a DefineIndexField
request. Contains the status of the newly-configured index field.
"
},
"syncReturnType" : "DefineIndexFieldResponse"
},
"DefineSuggester" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineSuggesterRequest",
"variableName" : "defineSuggesterRequest",
"variableType" : "DefineSuggesterRequest",
"documentation" : "Container for the parameters to the DefineSuggester
operation. Specifies the name of the domain you want to update and the suggester configuration.
",
"simpleType" : "DefineSuggesterRequest",
"variableSetterType" : "DefineSuggesterRequest"
},
"methodName" : "defineSuggester",
"operationName" : "DefineSuggester",
"paginated" : false,
"returnType" : {
"returnType" : "DefineSuggesterResponse",
"documentation" : "The result of a DefineSuggester
request. Contains the status of the newly-configured suggester.
"
},
"syncReturnType" : "DefineSuggesterResponse"
},
"DeleteAnalysisScheme" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAnalysisSchemeRequest",
"variableName" : "deleteAnalysisSchemeRequest",
"variableType" : "DeleteAnalysisSchemeRequest",
"documentation" : "Container for the parameters to the DeleteAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.
",
"simpleType" : "DeleteAnalysisSchemeRequest",
"variableSetterType" : "DeleteAnalysisSchemeRequest"
},
"methodName" : "deleteAnalysisScheme",
"operationName" : "DeleteAnalysisScheme",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAnalysisSchemeResponse",
"documentation" : "The result of a DeleteAnalysisScheme
request. Contains the status of the deleted analysis scheme.
"
},
"syncReturnType" : "DeleteAnalysisSchemeResponse"
},
"DeleteDomain" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : "Container for the parameters to the DeleteDomain
operation. Specifies the name of the domain you want to delete.
",
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"methodName" : "deleteDomain",
"operationName" : "DeleteDomain",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDomainResponse",
"documentation" : "The result of a DeleteDomain
request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
"
},
"syncReturnType" : "DeleteDomainResponse"
},
"DeleteExpression" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes an Expression
from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteExpressionRequest",
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"documentation" : "Container for the parameters to the DeleteExpression
operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
",
"simpleType" : "DeleteExpressionRequest",
"variableSetterType" : "DeleteExpressionRequest"
},
"methodName" : "deleteExpression",
"operationName" : "DeleteExpression",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteExpressionResponse",
"documentation" : "The result of a DeleteExpression
request. Specifies the expression being deleted.
"
},
"syncReturnType" : "DeleteExpressionResponse"
},
"DeleteIndexField" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes an IndexField
from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIndexFieldRequest",
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"documentation" : "Container for the parameters to the DeleteIndexField
operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.
",
"simpleType" : "DeleteIndexFieldRequest",
"variableSetterType" : "DeleteIndexFieldRequest"
},
"methodName" : "deleteIndexField",
"operationName" : "DeleteIndexField",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteIndexFieldResponse",
"documentation" : "The result of a DeleteIndexField
request.
"
},
"syncReturnType" : "DeleteIndexFieldResponse"
},
"DeleteSuggester" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSuggesterRequest",
"variableName" : "deleteSuggesterRequest",
"variableType" : "DeleteSuggesterRequest",
"documentation" : "Container for the parameters to the DeleteSuggester
operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.
",
"simpleType" : "DeleteSuggesterRequest",
"variableSetterType" : "DeleteSuggesterRequest"
},
"methodName" : "deleteSuggester",
"operationName" : "DeleteSuggester",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSuggesterResponse",
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
"
},
"syncReturnType" : "DeleteSuggesterResponse"
},
"DescribeAnalysisSchemes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text
field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAnalysisSchemesRequest",
"variableName" : "describeAnalysisSchemesRequest",
"variableType" : "DescribeAnalysisSchemesRequest",
"documentation" : "Container for the parameters to the DescribeAnalysisSchemes
operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeAnalysisSchemesRequest",
"variableSetterType" : "DescribeAnalysisSchemesRequest"
},
"methodName" : "describeAnalysisSchemes",
"operationName" : "DescribeAnalysisSchemes",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAnalysisSchemesResponse",
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeAnalysisSchemesResponse"
},
"DescribeAvailabilityOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsRequest",
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"documentation" : "Container for the parameters to the DescribeAvailabilityOptions
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true
.
",
"simpleType" : "DescribeAvailabilityOptionsRequest",
"variableSetterType" : "DescribeAvailabilityOptionsRequest"
},
"methodName" : "describeAvailabilityOptions",
"operationName" : "DescribeAvailabilityOptions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAvailabilityOptionsResponse",
"documentation" : "The result of a DescribeAvailabilityOptions
request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
"
},
"syncReturnType" : "DescribeAvailabilityOptionsResponse"
},
"DescribeDomains" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall
request to your domain's search endpoint: q=matchall&q.parser=structured&size=0
. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDomainsRequest",
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"documentation" : "Container for the parameters to the DescribeDomains
operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.
",
"simpleType" : "DescribeDomainsRequest",
"variableSetterType" : "DescribeDomainsRequest"
},
"methodName" : "describeDomains",
"operationName" : "DescribeDomains",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDomainsResponse",
"documentation" : "The result of a DescribeDomains
request. Contains the status of the domains specified in the request or all domains owned by the account.
"
},
"syncReturnType" : "DescribeDomainsResponse"
},
"DescribeExpressions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeExpressionsRequest",
"variableName" : "describeExpressionsRequest",
"variableType" : "DescribeExpressionsRequest",
"documentation" : "Container for the parameters to the DescribeDomains
operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeExpressionsRequest",
"variableSetterType" : "DescribeExpressionsRequest"
},
"methodName" : "describeExpressions",
"operationName" : "DescribeExpressions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeExpressionsResponse",
"documentation" : "The result of a DescribeExpressions
request. Contains the expressions configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeExpressionsResponse"
},
"DescribeIndexFields" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeIndexFieldsRequest",
"variableName" : "describeIndexFieldsRequest",
"variableType" : "DescribeIndexFieldsRequest",
"documentation" : "Container for the parameters to the DescribeIndexFields
operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeIndexFieldsRequest",
"variableSetterType" : "DescribeIndexFieldsRequest"
},
"methodName" : "describeIndexFields",
"operationName" : "DescribeIndexFields",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeIndexFieldsResponse",
"documentation" : "The result of a DescribeIndexFields
request. Contains the index fields configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeIndexFieldsResponse"
},
"DescribeScalingParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeScalingParametersRequest",
"variableName" : "describeScalingParametersRequest",
"variableType" : "DescribeScalingParametersRequest",
"documentation" : "Container for the parameters to the DescribeScalingParameters
operation. Specifies the name of the domain you want to describe.
",
"simpleType" : "DescribeScalingParametersRequest",
"variableSetterType" : "DescribeScalingParametersRequest"
},
"methodName" : "describeScalingParameters",
"operationName" : "DescribeScalingParameters",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeScalingParametersResponse",
"documentation" : "The result of a DescribeScalingParameters
request. Contains the scaling parameters configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeScalingParametersResponse"
},
"DescribeServiceAccessPolicies" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeServiceAccessPoliciesRequest",
"variableName" : "describeServiceAccessPoliciesRequest",
"variableType" : "DescribeServiceAccessPoliciesRequest",
"documentation" : "Container for the parameters to the DescribeServiceAccessPolicies
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeServiceAccessPoliciesRequest",
"variableSetterType" : "DescribeServiceAccessPoliciesRequest"
},
"methodName" : "describeServiceAccessPolicies",
"operationName" : "DescribeServiceAccessPolicies",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeServiceAccessPoliciesResponse",
"documentation" : "The result of a DescribeServiceAccessPolicies
request.
"
},
"syncReturnType" : "DescribeServiceAccessPoliciesResponse"
},
"DescribeSuggesters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSuggestersRequest",
"variableName" : "describeSuggestersRequest",
"variableType" : "DescribeSuggestersRequest",
"documentation" : "Container for the parameters to the DescribeSuggester
operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeSuggestersRequest",
"variableSetterType" : "DescribeSuggestersRequest"
},
"methodName" : "describeSuggesters",
"operationName" : "DescribeSuggesters",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSuggestersResponse",
"documentation" : "The result of a DescribeSuggesters
request.
"
},
"syncReturnType" : "DescribeSuggestersResponse"
},
"IndexDocuments" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IndexDocumentsRequest",
"variableName" : "indexDocumentsRequest",
"variableType" : "IndexDocumentsRequest",
"documentation" : "Container for the parameters to the IndexDocuments
operation. Specifies the name of the domain you want to re-index.
",
"simpleType" : "IndexDocumentsRequest",
"variableSetterType" : "IndexDocumentsRequest"
},
"methodName" : "indexDocuments",
"operationName" : "IndexDocuments",
"paginated" : false,
"returnType" : {
"returnType" : "IndexDocumentsResponse",
"documentation" : "The result of an IndexDocuments
request. Contains the status of the indexing operation, including the fields being indexed.
"
},
"syncReturnType" : "IndexDocumentsResponse"
},
"ListDomainNames" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all search domains owned by an account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDomainNamesRequest",
"variableName" : "listDomainNamesRequest",
"variableType" : "ListDomainNamesRequest",
"documentation" : null,
"simpleType" : "ListDomainNamesRequest",
"variableSetterType" : "ListDomainNamesRequest"
},
"methodName" : "listDomainNames",
"operationName" : "ListDomainNames",
"paginated" : false,
"returnType" : {
"returnType" : "ListDomainNamesResponse",
"documentation" : "The result of a ListDomainNames
request. Contains a list of the domains owned by an account.
"
},
"syncReturnType" : "ListDomainNamesResponse"
},
"UpdateAvailabilityOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAvailabilityOptionsRequest",
"variableName" : "updateAvailabilityOptionsRequest",
"variableType" : "UpdateAvailabilityOptionsRequest",
"documentation" : "Container for the parameters to the UpdateAvailabilityOptions
operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.
",
"simpleType" : "UpdateAvailabilityOptionsRequest",
"variableSetterType" : "UpdateAvailabilityOptionsRequest"
},
"methodName" : "updateAvailabilityOptions",
"operationName" : "UpdateAvailabilityOptions",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAvailabilityOptionsResponse",
"documentation" : "The result of a UpdateAvailabilityOptions
request. Contains the status of the domain's availability options.
"
},
"syncReturnType" : "UpdateAvailabilityOptionsResponse"
},
"UpdateScalingParameters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateScalingParametersRequest",
"variableName" : "updateScalingParametersRequest",
"variableType" : "UpdateScalingParametersRequest",
"documentation" : "Container for the parameters to the UpdateScalingParameters
operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.
",
"simpleType" : "UpdateScalingParametersRequest",
"variableSetterType" : "UpdateScalingParametersRequest"
},
"methodName" : "updateScalingParameters",
"operationName" : "UpdateScalingParameters",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateScalingParametersResponse",
"documentation" : "The result of a UpdateScalingParameters
request. Contains the status of the newly-configured scaling parameters.
"
},
"syncReturnType" : "UpdateScalingParametersResponse"
},
"UpdateServiceAccessPolicies" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateServiceAccessPoliciesRequest",
"variableName" : "updateServiceAccessPoliciesRequest",
"variableType" : "UpdateServiceAccessPoliciesRequest",
"documentation" : "Container for the parameters to the UpdateServiceAccessPolicies
operation. Specifies the name of the domain you want to update and the access rules you want to configure.
",
"simpleType" : "UpdateServiceAccessPoliciesRequest",
"variableSetterType" : "UpdateServiceAccessPoliciesRequest"
},
"methodName" : "updateServiceAccessPolicies",
"operationName" : "UpdateServiceAccessPolicies",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateServiceAccessPoliciesResponse",
"documentation" : "The result of an UpdateServiceAccessPolicies
request. Contains the new access policies.
"
},
"syncReturnType" : "UpdateServiceAccessPoliciesResponse"
}
},
"shapes" : {
"AccessPoliciesStatus" : {
"c2jName" : "AccessPoliciesStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The configured access rules for the domain's document and search endpoints, and the current status of those rules.
",
"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" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "PolicyDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(String)}.\n@param options a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options 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" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "PolicyDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(String)}.\n@param options a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options 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" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "PolicyDocument",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(String)}.\n@param options a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options 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" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AccessPoliciesStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessPoliciesStatus",
"variableName" : "accessPoliciesStatus",
"variableType" : "AccessPoliciesStatus",
"documentation" : null,
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"wrapper" : false
},
"AlgorithmicStemming" : {
"c2jName" : "AlgorithmicStemming",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NONE",
"value" : "none"
}, {
"name" : "MINIMAL",
"value" : "minimal"
}, {
"name" : "LIGHT",
"value" : "light"
}, {
"name" : "FULL",
"value" : "full"
} ],
"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" : "AlgorithmicStemming",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlgorithmicStemming",
"variableName" : "algorithmicStemming",
"variableType" : "AlgorithmicStemming",
"documentation" : null,
"simpleType" : "AlgorithmicStemming",
"variableSetterType" : "AlgorithmicStemming"
},
"wrapper" : false
},
"AnalysisOptions" : {
"c2jName" : "AnalysisOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.
",
"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" : "getSynonyms",
"beanStyleSetterMethodName" : "setSynonyms",
"c2jName" : "Synonyms",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #synonyms(String)}.\n@param synonyms a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #synonyms(String)",
"deprecated" : false,
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "synonyms",
"fluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "synonyms",
"getterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Synonyms",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Synonyms",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Synonyms",
"sensitive" : false,
"setterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"setterMethodName" : "setSynonyms",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStopwords",
"beanStyleSetterMethodName" : "setStopwords",
"c2jName" : "Stopwords",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopwords(String)}.\n@param stopwords a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopwords(String)",
"deprecated" : false,
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stopwords",
"fluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stopwords",
"getterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stopwords",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stopwords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stopwords",
"sensitive" : false,
"setterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"setterMethodName" : "setStopwords",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStemmingDictionary",
"beanStyleSetterMethodName" : "setStemmingDictionary",
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stemmingDictionary(String)}.\n@param stemmingDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stemmingDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stemmingDictionary",
"fluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stemmingDictionary",
"getterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StemmingDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StemmingDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StemmingDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"setterMethodName" : "setStemmingDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJapaneseTokenizationDictionary",
"beanStyleSetterMethodName" : "setJapaneseTokenizationDictionary",
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #japaneseTokenizationDictionary(String)}.\n@param japaneseTokenizationDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #japaneseTokenizationDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "japaneseTokenizationDictionary",
"fluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "japaneseTokenizationDictionary",
"getterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JapaneseTokenizationDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JapaneseTokenizationDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"setterMethodName" : "setJapaneseTokenizationDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmicStemmingAsString",
"beanStyleSetterMethodName" : "setAlgorithmicStemming",
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"defaultConsumerFluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmicStemmingAsString(String)}.\n@param algorithmicStemming a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmicStemming(String)",
"deprecated" : false,
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"endpointDiscoveryId" : false,
"enumType" : "AlgorithmicStemming",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "algorithmicStemming",
"fluentEnumSetterMethodName" : "algorithmicStemming",
"fluentGetterMethodName" : "algorithmicStemmingAsString",
"fluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming",
"fluentSetterMethodName" : "algorithmicStemming",
"getterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #algorithmicStemming} will return {@link AlgorithmicStemming#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #algorithmicStemmingAsString}.\n
\n@return The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlgorithmicStemming",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlgorithmicStemming",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmicStemming",
"sensitive" : false,
"setterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"setterMethodName" : "setAlgorithmicStemming",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlgorithmicStemming" : {
"beanStyleGetterMethodName" : "getAlgorithmicStemmingAsString",
"beanStyleSetterMethodName" : "setAlgorithmicStemming",
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"defaultConsumerFluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmicStemmingAsString(String)}.\n@param algorithmicStemming a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmicStemming(String)",
"deprecated" : false,
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"endpointDiscoveryId" : false,
"enumType" : "AlgorithmicStemming",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "algorithmicStemming",
"fluentEnumSetterMethodName" : "algorithmicStemming",
"fluentGetterMethodName" : "algorithmicStemmingAsString",
"fluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming",
"fluentSetterMethodName" : "algorithmicStemming",
"getterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #algorithmicStemming} will return {@link AlgorithmicStemming#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #algorithmicStemmingAsString}.\n
\n@return The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlgorithmicStemming",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlgorithmicStemming",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmicStemming",
"sensitive" : false,
"setterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"setterMethodName" : "setAlgorithmicStemming",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JapaneseTokenizationDictionary" : {
"beanStyleGetterMethodName" : "getJapaneseTokenizationDictionary",
"beanStyleSetterMethodName" : "setJapaneseTokenizationDictionary",
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #japaneseTokenizationDictionary(String)}.\n@param japaneseTokenizationDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #japaneseTokenizationDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "japaneseTokenizationDictionary",
"fluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "japaneseTokenizationDictionary",
"getterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JapaneseTokenizationDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JapaneseTokenizationDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"setterMethodName" : "setJapaneseTokenizationDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StemmingDictionary" : {
"beanStyleGetterMethodName" : "getStemmingDictionary",
"beanStyleSetterMethodName" : "setStemmingDictionary",
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stemmingDictionary(String)}.\n@param stemmingDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stemmingDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stemmingDictionary",
"fluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stemmingDictionary",
"getterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StemmingDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StemmingDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StemmingDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"setterMethodName" : "setStemmingDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Stopwords" : {
"beanStyleGetterMethodName" : "getStopwords",
"beanStyleSetterMethodName" : "setStopwords",
"c2jName" : "Stopwords",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopwords(String)}.\n@param stopwords a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopwords(String)",
"deprecated" : false,
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stopwords",
"fluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stopwords",
"getterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stopwords",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stopwords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stopwords",
"sensitive" : false,
"setterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"setterMethodName" : "setStopwords",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Synonyms" : {
"beanStyleGetterMethodName" : "getSynonyms",
"beanStyleSetterMethodName" : "setSynonyms",
"c2jName" : "Synonyms",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #synonyms(String)}.\n@param synonyms a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #synonyms(String)",
"deprecated" : false,
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "synonyms",
"fluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "synonyms",
"getterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Synonyms",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Synonyms",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Synonyms",
"sensitive" : false,
"setterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"setterMethodName" : "setSynonyms",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSynonyms",
"beanStyleSetterMethodName" : "setSynonyms",
"c2jName" : "Synonyms",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #synonyms(String)}.\n@param synonyms a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #synonyms(String)",
"deprecated" : false,
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "synonyms",
"fluentSetterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "synonyms",
"getterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Synonyms",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Synonyms",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Synonyms",
"sensitive" : false,
"setterDocumentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.",
"setterMethodName" : "setSynonyms",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStopwords",
"beanStyleSetterMethodName" : "setStopwords",
"c2jName" : "Stopwords",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopwords(String)}.\n@param stopwords a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopwords(String)",
"deprecated" : false,
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stopwords",
"fluentSetterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stopwords",
"getterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stopwords",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stopwords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stopwords",
"sensitive" : false,
"setterDocumentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.",
"setterMethodName" : "setStopwords",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStemmingDictionary",
"beanStyleSetterMethodName" : "setStemmingDictionary",
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stemmingDictionary(String)}.\n@param stemmingDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stemmingDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stemmingDictionary",
"fluentSetterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stemmingDictionary",
"getterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StemmingDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StemmingDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StemmingDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.",
"setterMethodName" : "setStemmingDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getJapaneseTokenizationDictionary",
"beanStyleSetterMethodName" : "setJapaneseTokenizationDictionary",
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #japaneseTokenizationDictionary(String)}.\n@param japaneseTokenizationDictionary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #japaneseTokenizationDictionary(String)",
"deprecated" : false,
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "japaneseTokenizationDictionary",
"fluentSetterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "japaneseTokenizationDictionary",
"getterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JapaneseTokenizationDictionary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JapaneseTokenizationDictionary",
"sensitive" : false,
"setterDocumentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.",
"setterMethodName" : "setJapaneseTokenizationDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAlgorithmicStemmingAsString",
"beanStyleSetterMethodName" : "setAlgorithmicStemming",
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"defaultConsumerFluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmicStemmingAsString(String)}.\n@param algorithmicStemming a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmicStemming(String)",
"deprecated" : false,
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"endpointDiscoveryId" : false,
"enumType" : "AlgorithmicStemming",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "algorithmicStemming",
"fluentEnumSetterMethodName" : "algorithmicStemming",
"fluentGetterMethodName" : "algorithmicStemmingAsString",
"fluentSetterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming",
"fluentSetterMethodName" : "algorithmicStemming",
"getterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #algorithmicStemming} will return {@link AlgorithmicStemming#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #algorithmicStemmingAsString}.\n
\n@return The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlgorithmicStemming",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlgorithmicStemming",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmicStemming",
"sensitive" : false,
"setterDocumentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming",
"setterMethodName" : "setAlgorithmicStemming",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnalysisOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"wrapper" : false
},
"AnalysisScheme" : {
"c2jName" : "AnalysisScheme",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms
, Stopwords
, StemmingDictionary
, JapaneseTokenizationDictionary
and AlgorithmicStemming
.
",
"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" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName 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 #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "Returns the value of the AnalysisSchemeName property for this object.\n@return The value of the AnalysisSchemeName 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" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeLanguageAsString",
"beanStyleSetterMethodName" : "setAnalysisSchemeLanguage",
"c2jName" : "AnalysisSchemeLanguage",
"c2jShape" : "AnalysisSchemeLanguage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage 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 #analysisSchemeLanguageAsString(String)}.\n@param analysisSchemeLanguage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeLanguage(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "AnalysisSchemeLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "analysisSchemeLanguage",
"fluentEnumSetterMethodName" : "analysisSchemeLanguage",
"fluentGetterMethodName" : "analysisSchemeLanguageAsString",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage",
"fluentSetterMethodName" : "analysisSchemeLanguage",
"getterDocumentation" : "Returns the value of the AnalysisSchemeLanguage property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #analysisSchemeLanguage} will return {@link AnalysisSchemeLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #analysisSchemeLanguageAsString}.\n
\n@return The value of the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeLanguage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeLanguage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeLanguage",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"setterMethodName" : "setAnalysisSchemeLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisOptions",
"beanStyleSetterMethodName" : "setAnalysisOptions",
"c2jName" : "AnalysisOptions",
"c2jShape" : "AnalysisOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisOptions.Builder} avoiding the need to create one manually via {@link AnalysisOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisOptions.Builder#build()} is called immediately and its result is passed to {@link #analysisOptions(AnalysisOptions)}.\n@param analysisOptions a consumer that will call methods on {@link AnalysisOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisOptions(AnalysisOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisOptions",
"fluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisOptions",
"getterDocumentation" : "Returns the value of the AnalysisOptions property for this object.\n@return The value of the AnalysisOptions property for this object.",
"getterModel" : {
"returnType" : "AnalysisOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.",
"setterMethodName" : "setAnalysisOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisOptions" : {
"beanStyleGetterMethodName" : "getAnalysisOptions",
"beanStyleSetterMethodName" : "setAnalysisOptions",
"c2jName" : "AnalysisOptions",
"c2jShape" : "AnalysisOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisOptions.Builder} avoiding the need to create one manually via {@link AnalysisOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisOptions.Builder#build()} is called immediately and its result is passed to {@link #analysisOptions(AnalysisOptions)}.\n@param analysisOptions a consumer that will call methods on {@link AnalysisOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisOptions(AnalysisOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisOptions",
"fluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisOptions",
"getterDocumentation" : "Returns the value of the AnalysisOptions property for this object.\n@return The value of the AnalysisOptions property for this object.",
"getterModel" : {
"returnType" : "AnalysisOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.",
"setterMethodName" : "setAnalysisOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"xmlNameSpaceUri" : null
},
"AnalysisSchemeLanguage" : {
"beanStyleGetterMethodName" : "getAnalysisSchemeLanguageAsString",
"beanStyleSetterMethodName" : "setAnalysisSchemeLanguage",
"c2jName" : "AnalysisSchemeLanguage",
"c2jShape" : "AnalysisSchemeLanguage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage 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 #analysisSchemeLanguageAsString(String)}.\n@param analysisSchemeLanguage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeLanguage(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "AnalysisSchemeLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "analysisSchemeLanguage",
"fluentEnumSetterMethodName" : "analysisSchemeLanguage",
"fluentGetterMethodName" : "analysisSchemeLanguageAsString",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage",
"fluentSetterMethodName" : "analysisSchemeLanguage",
"getterDocumentation" : "Returns the value of the AnalysisSchemeLanguage property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #analysisSchemeLanguage} will return {@link AnalysisSchemeLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #analysisSchemeLanguageAsString}.\n
\n@return The value of the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeLanguage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeLanguage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeLanguage",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"setterMethodName" : "setAnalysisSchemeLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AnalysisSchemeName" : {
"beanStyleGetterMethodName" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName 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 #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "Returns the value of the AnalysisSchemeName property for this object.\n@return The value of the AnalysisSchemeName 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" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName 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 #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "Returns the value of the AnalysisSchemeName property for this object.\n@return The value of the AnalysisSchemeName 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" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeName property for this object.\n\n@param analysisSchemeName The new value for the AnalysisSchemeName property for this object.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeLanguageAsString",
"beanStyleSetterMethodName" : "setAnalysisSchemeLanguage",
"c2jName" : "AnalysisSchemeLanguage",
"c2jShape" : "AnalysisSchemeLanguage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage 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 #analysisSchemeLanguageAsString(String)}.\n@param analysisSchemeLanguage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeLanguage(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "AnalysisSchemeLanguage",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "analysisSchemeLanguage",
"fluentEnumSetterMethodName" : "analysisSchemeLanguage",
"fluentGetterMethodName" : "analysisSchemeLanguageAsString",
"fluentSetterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage",
"fluentSetterMethodName" : "analysisSchemeLanguage",
"getterDocumentation" : "Returns the value of the AnalysisSchemeLanguage property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #analysisSchemeLanguage} will return {@link AnalysisSchemeLanguage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #analysisSchemeLanguageAsString}.\n
\n@return The value of the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeLanguage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeLanguage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeLanguage",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisSchemeLanguage property for this object.\n\n@param analysisSchemeLanguage The new value for the AnalysisSchemeLanguage property for this object.\n@see AnalysisSchemeLanguage",
"setterMethodName" : "setAnalysisSchemeLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisOptions",
"beanStyleSetterMethodName" : "setAnalysisOptions",
"c2jName" : "AnalysisOptions",
"c2jShape" : "AnalysisOptions",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisOptions.Builder} avoiding the need to create one manually via {@link AnalysisOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisOptions.Builder#build()} is called immediately and its result is passed to {@link #analysisOptions(AnalysisOptions)}.\n@param analysisOptions a consumer that will call methods on {@link AnalysisOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisOptions(AnalysisOptions)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisOptions",
"fluentSetterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisOptions",
"getterDocumentation" : "Returns the value of the AnalysisOptions property for this object.\n@return The value of the AnalysisOptions property for this object.",
"getterModel" : {
"returnType" : "AnalysisOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisOptions",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisOptions property for this object.\n\n@param analysisOptions The new value for the AnalysisOptions property for this object.",
"setterMethodName" : "setAnalysisOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisSchemeName", "AnalysisSchemeLanguage" ],
"shapeName" : "AnalysisScheme",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"wrapper" : false
},
"AnalysisSchemeLanguage" : {
"c2jName" : "AnalysisSchemeLanguage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An IETF RFC 4646 language code or mul
for multiple languages.
",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "AR",
"value" : "ar"
}, {
"name" : "BG",
"value" : "bg"
}, {
"name" : "CA",
"value" : "ca"
}, {
"name" : "CS",
"value" : "cs"
}, {
"name" : "DA",
"value" : "da"
}, {
"name" : "DE",
"value" : "de"
}, {
"name" : "EL",
"value" : "el"
}, {
"name" : "EN",
"value" : "en"
}, {
"name" : "ES",
"value" : "es"
}, {
"name" : "EU",
"value" : "eu"
}, {
"name" : "FA",
"value" : "fa"
}, {
"name" : "FI",
"value" : "fi"
}, {
"name" : "FR",
"value" : "fr"
}, {
"name" : "GA",
"value" : "ga"
}, {
"name" : "GL",
"value" : "gl"
}, {
"name" : "HE",
"value" : "he"
}, {
"name" : "HI",
"value" : "hi"
}, {
"name" : "HU",
"value" : "hu"
}, {
"name" : "HY",
"value" : "hy"
}, {
"name" : "ID",
"value" : "id"
}, {
"name" : "IT",
"value" : "it"
}, {
"name" : "JA",
"value" : "ja"
}, {
"name" : "KO",
"value" : "ko"
}, {
"name" : "LV",
"value" : "lv"
}, {
"name" : "MUL",
"value" : "mul"
}, {
"name" : "NL",
"value" : "nl"
}, {
"name" : "NO",
"value" : "no"
}, {
"name" : "PT",
"value" : "pt"
}, {
"name" : "RO",
"value" : "ro"
}, {
"name" : "RU",
"value" : "ru"
}, {
"name" : "SV",
"value" : "sv"
}, {
"name" : "TH",
"value" : "th"
}, {
"name" : "TR",
"value" : "tr"
}, {
"name" : "ZH_HANS",
"value" : "zh-Hans"
}, {
"name" : "ZH_HANT",
"value" : "zh-Hant"
} ],
"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" : "AnalysisSchemeLanguage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisSchemeLanguage",
"variableName" : "analysisSchemeLanguage",
"variableType" : "AnalysisSchemeLanguage",
"documentation" : null,
"simpleType" : "AnalysisSchemeLanguage",
"variableSetterType" : "AnalysisSchemeLanguage"
},
"wrapper" : false
},
"AnalysisSchemeStatus" : {
"c2jName" : "AnalysisSchemeStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The status and configuration of an AnalysisScheme
.
",
"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" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #options(AnalysisScheme)}.\n@param options a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #options(AnalysisScheme)}.\n@param options a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #options(AnalysisScheme)}.\n@param options a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "Returns the value of the Options property for this object.\n@return The value of the Options property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Options property for this object.\n\n@param options The new value for the Options property for this object.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AnalysisSchemeStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisSchemeStatus",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"wrapper" : false
},
"AvailabilityOptionsStatus" : {
"c2jName" : "AvailabilityOptionsStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The status and configuration of the domain's availability options.
",
"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" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "MultiAZ",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #options(Boolean)}.\n@param options a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(Boolean)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "The availability options configured for the domain.
\n@return The availability options configured for the domain.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "The availability options configured for the domain.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "MultiAZ",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #options(Boolean)}.\n@param options a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(Boolean)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "The availability options configured for the domain.
\n@return The availability options configured for the domain.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "The availability options configured for the domain.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getOptions",
"beanStyleSetterMethodName" : "setOptions",
"c2jName" : "Options",
"c2jShape" : "MultiAZ",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #options(Boolean)}.\n@param options a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(Boolean)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "options",
"fluentSetterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "options",
"getterDocumentation" : "The availability options configured for the domain.
\n@return The availability options configured for the domain.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Options",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Options",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain.
\n@param options The availability options configured for the domain.",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "The availability options configured for the domain.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\nThis is a convenience that creates an instance of the {@link OptionStatus.Builder} avoiding the need to create one manually via {@link OptionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link OptionStatus.Builder#build()} is called immediately and its result is passed to {@link #status(OptionStatus)}.\n@param status a consumer that will call methods on {@link OptionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(OptionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Returns the value of the Status property for this object.\n@return The value of the Status property for this object.",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Status property for this object.\n\n@param status The new value for the Status property for this object.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AvailabilityOptionsStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptionsStatus",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : null,
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"wrapper" : false
},
"BaseException" : {
"c2jName" : "BaseException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An error occurred while processing the request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BaseException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Code" : {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BaseException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BaseException",
"variableName" : "baseException",
"variableType" : "BaseException",
"documentation" : null,
"simpleType" : "BaseException",
"variableSetterType" : "BaseException"
},
"wrapper" : false
},
"BuildSuggestersRequest" : {
"c2jName" : "BuildSuggestersRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the BuildSuggester
operation. Specifies the name of the domain you want to update.
",
"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" : "BuildSuggesters",
"locationName" : null,
"requestUri" : "/",
"target" : "BuildSuggesters",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "BuildSuggestersRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BuildSuggestersRequest",
"variableName" : "buildSuggestersRequest",
"variableType" : "BuildSuggestersRequest",
"documentation" : null,
"simpleType" : "BuildSuggestersRequest",
"variableSetterType" : "BuildSuggestersRequest"
},
"wrapper" : false
},
"BuildSuggestersResponse" : {
"c2jName" : "BuildSuggestersResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a BuildSuggester
request. Contains a list of the fields used for suggestions.
",
"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" : "getFieldNames",
"beanStyleSetterMethodName" : "setFieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\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 #fieldNames(List)}.\n@param fieldNames 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 #fieldNames(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fieldNames",
"fluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fieldNames",
"getterDocumentation" : "Returns the value of the FieldNames property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the FieldNames property for this object.",
"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" : "FieldNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"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" : "FieldName",
"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" : "FieldNames",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FieldNames" : {
"beanStyleGetterMethodName" : "getFieldNames",
"beanStyleSetterMethodName" : "setFieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\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 #fieldNames(List)}.\n@param fieldNames 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 #fieldNames(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fieldNames",
"fluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fieldNames",
"getterDocumentation" : "Returns the value of the FieldNames property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the FieldNames property for this object.",
"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" : "FieldNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"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" : "FieldName",
"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" : "FieldNames",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFieldNames",
"beanStyleSetterMethodName" : "setFieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\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 #fieldNames(List)}.\n@param fieldNames 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 #fieldNames(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fieldNames",
"fluentSetterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fieldNames",
"getterDocumentation" : "Returns the value of the FieldNames property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the FieldNames property for this object.",
"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" : "FieldNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"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" : "FieldName",
"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" : "FieldNames",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the FieldNames property for this object.\n\n@param fieldNames The new value for the FieldNames property for this object.",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuildSuggestersResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "BuildSuggestersResult"
},
"variable" : {
"variableDeclarationType" : "BuildSuggestersResponse",
"variableName" : "buildSuggestersResponse",
"variableType" : "BuildSuggestersResponse",
"documentation" : null,
"simpleType" : "BuildSuggestersResponse",
"variableSetterType" : "BuildSuggestersResponse"
},
"wrapper" : false
},
"CreateDomainRequest" : {
"c2jName" : "CreateDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the CreateDomain
operation. Specifies a name for the new search domain.
",
"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" : "CreateDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "CreateDomainRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : null,
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"wrapper" : false
},
"CreateDomainResponse" : {
"c2jName" : "CreateDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
",
"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" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatus" : {
"beanStyleGetterMethodName" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDomainResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateDomainResult"
},
"variable" : {
"variableDeclarationType" : "CreateDomainResponse",
"variableName" : "createDomainResponse",
"variableType" : "CreateDomainResponse",
"documentation" : null,
"simpleType" : "CreateDomainResponse",
"variableSetterType" : "CreateDomainResponse"
},
"wrapper" : false
},
"DateArrayOptions" : {
"c2jName" : "DateArrayOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Options for a field that contains an array of dates. Present if IndexFieldType
specifies the field is of type date-array
. All options are enabled by default.
",
"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" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceFields",
"beanStyleSetterMethodName" : "setSourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"defaultConsumerFluentSetterDocumentation" : "A list of source fields to map to the field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceFields(String)}.\n@param sourceFields a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceFields(String)",
"deprecated" : false,
"documentation" : "A list of source fields to map to the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceFields",
"fluentSetterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceFields",
"getterDocumentation" : "A list of source fields to map to the field.
\n@return A list of source fields to map to the field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceFields",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceFields",
"sensitive" : false,
"setterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.",
"setterMethodName" : "setSourceFields",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultValue" : {
"beanStyleGetterMethodName" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FacetEnabled" : {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ReturnEnabled" : {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SearchEnabled" : {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SourceFields" : {
"beanStyleGetterMethodName" : "getSourceFields",
"beanStyleSetterMethodName" : "setSourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"defaultConsumerFluentSetterDocumentation" : "A list of source fields to map to the field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceFields(String)}.\n@param sourceFields a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceFields(String)",
"deprecated" : false,
"documentation" : "A list of source fields to map to the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceFields",
"fluentSetterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceFields",
"getterDocumentation" : "A list of source fields to map to the field.
\n@return A list of source fields to map to the field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceFields",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceFields",
"sensitive" : false,
"setterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.",
"setterMethodName" : "setSourceFields",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceFields",
"beanStyleSetterMethodName" : "setSourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"defaultConsumerFluentSetterDocumentation" : "A list of source fields to map to the field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceFields(String)}.\n@param sourceFields a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceFields(String)",
"deprecated" : false,
"documentation" : "A list of source fields to map to the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceFields",
"fluentSetterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceFields",
"getterDocumentation" : "A list of source fields to map to the field.
\n@return A list of source fields to map to the field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceFields",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceFields",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceFields",
"sensitive" : false,
"setterDocumentation" : "A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.",
"setterMethodName" : "setSourceFields",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DateArrayOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DateArrayOptions",
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"documentation" : null,
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"wrapper" : false
},
"DateOptions" : {
"c2jName" : "DateOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if IndexFieldType
specifies the field is of type date
. All options are enabled by default.
",
"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" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceField",
"beanStyleSetterMethodName" : "setSourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SourceField 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 #sourceField(String)}.\n@param sourceField a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceField(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceField",
"fluentSetterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceField",
"getterDocumentation" : "Returns the value of the SourceField property for this object.\n@return The value of the SourceField 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" : "SourceField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.",
"setterMethodName" : "setSourceField",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSortEnabled",
"beanStyleSetterMethodName" : "setSortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sortEnabled(Boolean)}.\n@param sortEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sortEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the field can be used to sort the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sortEnabled",
"fluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sortEnabled",
"getterDocumentation" : "Whether the field can be used to sort the search results.
\n@return Whether the field can be used to sort the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SortEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SortEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SortEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.",
"setterMethodName" : "setSortEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultValue" : {
"beanStyleGetterMethodName" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FacetEnabled" : {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ReturnEnabled" : {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SearchEnabled" : {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SortEnabled" : {
"beanStyleGetterMethodName" : "getSortEnabled",
"beanStyleSetterMethodName" : "setSortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sortEnabled(Boolean)}.\n@param sortEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sortEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the field can be used to sort the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sortEnabled",
"fluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sortEnabled",
"getterDocumentation" : "Whether the field can be used to sort the search results.
\n@return Whether the field can be used to sort the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SortEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SortEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SortEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.",
"setterMethodName" : "setSortEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SourceField" : {
"beanStyleGetterMethodName" : "getSourceField",
"beanStyleSetterMethodName" : "setSourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SourceField 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 #sourceField(String)}.\n@param sourceField a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceField(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceField",
"fluentSetterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceField",
"getterDocumentation" : "Returns the value of the SourceField property for this object.\n@return The value of the SourceField 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" : "SourceField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.",
"setterMethodName" : "setSourceField",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDefaultValue",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(String)}.\n@param defaultValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(String)",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultValue",
"fluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceField",
"beanStyleSetterMethodName" : "setSourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the SourceField 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 #sourceField(String)}.\n@param sourceField a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceField(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceField",
"fluentSetterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceField",
"getterDocumentation" : "Returns the value of the SourceField property for this object.\n@return The value of the SourceField 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" : "SourceField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the SourceField property for this object.\n\n@param sourceField The new value for the SourceField property for this object.",
"setterMethodName" : "setSourceField",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFacetEnabled",
"beanStyleSetterMethodName" : "setFacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether facet information can be returned for the field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #facetEnabled(Boolean)}.\n@param facetEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #facetEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "facetEnabled",
"fluentSetterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "facetEnabled",
"getterDocumentation" : "Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FacetEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSearchEnabled",
"beanStyleSetterMethodName" : "setSearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field are searchable.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchEnabled(Boolean)}.\n@param searchEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "searchEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "searchEnabled",
"getterDocumentation" : "Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SearchEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReturnEnabled",
"beanStyleSetterMethodName" : "setReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #returnEnabled(Boolean)}.\n@param returnEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #returnEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "returnEnabled",
"fluentSetterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "returnEnabled",
"getterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ReturnEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSortEnabled",
"beanStyleSetterMethodName" : "setSortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #sortEnabled(Boolean)}.\n@param sortEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sortEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Whether the field can be used to sort the search results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sortEnabled",
"fluentSetterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sortEnabled",
"getterDocumentation" : "Whether the field can be used to sort the search results.
\n@return Whether the field can be used to sort the search results.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SortEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SortEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SortEnabled",
"sensitive" : false,
"setterDocumentation" : "Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.",
"setterMethodName" : "setSortEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DateOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DateOptions",
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"documentation" : null,
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"wrapper" : false
},
"DefineAnalysisSchemeRequest" : {
"c2jName" : "DefineAnalysisSchemeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme configuration.
",
"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" : "DefineAnalysisScheme",
"locationName" : null,
"requestUri" : "/",
"target" : "DefineAnalysisScheme",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisScheme)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisScheme)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisScheme",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisScheme.Builder} avoiding the need to create one manually via {@link AnalysisScheme#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisScheme.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisScheme)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisScheme.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisScheme)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "AnalysisScheme" ],
"shapeName" : "DefineAnalysisSchemeRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineAnalysisSchemeRequest",
"variableName" : "defineAnalysisSchemeRequest",
"variableType" : "DefineAnalysisSchemeRequest",
"documentation" : null,
"simpleType" : "DefineAnalysisSchemeRequest",
"variableSetterType" : "DefineAnalysisSchemeRequest"
},
"wrapper" : false
},
"DefineAnalysisSchemeResponse" : {
"c2jName" : "DefineAnalysisSchemeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.
",
"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" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "Returns the value of the AnalysisScheme property for this object.\n@return The value of the AnalysisScheme property for this object.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the AnalysisScheme property for this object.\n\n@param analysisScheme The new value for the AnalysisScheme property for this object.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisScheme" ],
"shapeName" : "DefineAnalysisSchemeResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineAnalysisSchemeResult"
},
"variable" : {
"variableDeclarationType" : "DefineAnalysisSchemeResponse",
"variableName" : "defineAnalysisSchemeResponse",
"variableType" : "DefineAnalysisSchemeResponse",
"documentation" : null,
"simpleType" : "DefineAnalysisSchemeResponse",
"variableSetterType" : "DefineAnalysisSchemeResponse"
},
"wrapper" : false
},
"DefineExpressionRequest" : {
"c2jName" : "DefineExpressionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineExpression
operation. Specifies the name of the domain you want to update and the expression you want to configure.
",
"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" : "DefineExpression",
"locationName" : null,
"requestUri" : "/",
"target" : "DefineExpression",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #expression(Expression)}.\n@param expression a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(Expression)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Expression" : {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #expression(Expression)}.\n@param expression a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(Expression)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #expression(Expression)}.\n@param expression a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(Expression)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Expression" ],
"shapeName" : "DefineExpressionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineExpressionRequest",
"variableName" : "defineExpressionRequest",
"variableType" : "DefineExpressionRequest",
"documentation" : null,
"simpleType" : "DefineExpressionRequest",
"variableSetterType" : "DefineExpressionRequest"
},
"wrapper" : false
},
"DefineExpressionResponse" : {
"c2jName" : "DefineExpressionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DefineExpression
request. Contains the status of the newly-configured expression.
",
"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" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expression" : {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "Returns the value of the Expression property for this object.\n@return The value of the Expression property for this object.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Expression property for this object.\n\n@param expression The new value for the Expression property for this object.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Expression" ],
"shapeName" : "DefineExpressionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineExpressionResult"
},
"variable" : {
"variableDeclarationType" : "DefineExpressionResponse",
"variableName" : "defineExpressionResponse",
"variableType" : "DefineExpressionResponse",
"documentation" : null,
"simpleType" : "DefineExpressionResponse",
"variableSetterType" : "DefineExpressionResponse"
},
"wrapper" : false
},
"DefineIndexFieldRequest" : {
"c2jName" : "DefineIndexFieldRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineIndexField
operation. Specifies the name of the domain you want to update and the index field configuration.
",
"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" : "DefineIndexField",
"locationName" : null,
"requestUri" : "/",
"target" : "DefineIndexField",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexField",
"defaultConsumerFluentSetterDocumentation" : "The index field and field options you want to configure.
\nThis is a convenience that creates an instance of the {@link IndexField.Builder} avoiding the need to create one manually via {@link IndexField#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexField.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexField)}.\n@param indexField a consumer that will call methods on {@link IndexField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexField)",
"deprecated" : false,
"documentation" : "The index field and field options you want to configure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The index field and field options you want to configure.
\n@return The index field and field options you want to configure.",
"getterModel" : {
"returnType" : "IndexField",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : null,
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "The index field and field options you want to configure.
",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IndexField" : {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexField",
"defaultConsumerFluentSetterDocumentation" : "The index field and field options you want to configure.
\nThis is a convenience that creates an instance of the {@link IndexField.Builder} avoiding the need to create one manually via {@link IndexField#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexField.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexField)}.\n@param indexField a consumer that will call methods on {@link IndexField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexField)",
"deprecated" : false,
"documentation" : "The index field and field options you want to configure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The index field and field options you want to configure.
\n@return The index field and field options you want to configure.",
"getterModel" : {
"returnType" : "IndexField",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : null,
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "The index field and field options you want to configure.
",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexField",
"defaultConsumerFluentSetterDocumentation" : "The index field and field options you want to configure.
\nThis is a convenience that creates an instance of the {@link IndexField.Builder} avoiding the need to create one manually via {@link IndexField#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexField.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexField)}.\n@param indexField a consumer that will call methods on {@link IndexField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexField)",
"deprecated" : false,
"documentation" : "The index field and field options you want to configure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The index field and field options you want to configure.
\n@return The index field and field options you want to configure.",
"getterModel" : {
"returnType" : "IndexField",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : null,
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "The index field and field options you want to configure.
",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "IndexField" ],
"shapeName" : "DefineIndexFieldRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineIndexFieldRequest",
"variableName" : "defineIndexFieldRequest",
"variableType" : "DefineIndexFieldRequest",
"documentation" : null,
"simpleType" : "DefineIndexFieldRequest",
"variableSetterType" : "DefineIndexFieldRequest"
},
"wrapper" : false
},
"DefineIndexFieldResponse" : {
"c2jName" : "DefineIndexFieldResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DefineIndexField
request. Contains the status of the newly-configured index field.
",
"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" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "Returns the value of the IndexField property for this object.\n@return The value of the IndexField property for this object.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IndexField" : {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "Returns the value of the IndexField property for this object.\n@return The value of the IndexField property for this object.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "Returns the value of the IndexField property for this object.\n@return The value of the IndexField property for this object.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the IndexField property for this object.\n\n@param indexField The new value for the IndexField property for this object.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IndexField" ],
"shapeName" : "DefineIndexFieldResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineIndexFieldResult"
},
"variable" : {
"variableDeclarationType" : "DefineIndexFieldResponse",
"variableName" : "defineIndexFieldResponse",
"variableType" : "DefineIndexFieldResponse",
"documentation" : null,
"simpleType" : "DefineIndexFieldResponse",
"variableSetterType" : "DefineIndexFieldResponse"
},
"wrapper" : false
},
"DefineSuggesterRequest" : {
"c2jName" : "DefineSuggesterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineSuggester
operation. Specifies the name of the domain you want to update and the suggester configuration.
",
"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" : "DefineSuggester",
"locationName" : null,
"requestUri" : "/",
"target" : "DefineSuggester",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "Suggester",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link Suggester.Builder} avoiding the need to create one manually via {@link Suggester#builder()}.\n\nWhen the {@link Consumer} completes, {@link Suggester.Builder#build()} is called immediately and its result is passed to {@link #suggester(Suggester)}.\n@param suggester a consumer that will call methods on {@link Suggester.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(Suggester)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : null,
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Suggester" : {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "Suggester",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link Suggester.Builder} avoiding the need to create one manually via {@link Suggester#builder()}.\n\nWhen the {@link Consumer} completes, {@link Suggester.Builder#build()} is called immediately and its result is passed to {@link #suggester(Suggester)}.\n@param suggester a consumer that will call methods on {@link Suggester.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(Suggester)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : null,
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "Suggester",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link Suggester.Builder} avoiding the need to create one manually via {@link Suggester#builder()}.\n\nWhen the {@link Consumer} completes, {@link Suggester.Builder#build()} is called immediately and its result is passed to {@link #suggester(Suggester)}.\n@param suggester a consumer that will call methods on {@link Suggester.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(Suggester)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : null,
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Suggester" ],
"shapeName" : "DefineSuggesterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineSuggesterRequest",
"variableName" : "defineSuggesterRequest",
"variableType" : "DefineSuggesterRequest",
"documentation" : null,
"simpleType" : "DefineSuggesterRequest",
"variableSetterType" : "DefineSuggesterRequest"
},
"wrapper" : false
},
"DefineSuggesterResponse" : {
"c2jName" : "DefineSuggesterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DefineSuggester
request. Contains the status of the newly-configured suggester.
",
"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" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Suggester" : {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "Returns the value of the Suggester property for this object.\n@return The value of the Suggester property for this object.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Suggester property for this object.\n\n@param suggester The new value for the Suggester property for this object.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Suggester" ],
"shapeName" : "DefineSuggesterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineSuggesterResult"
},
"variable" : {
"variableDeclarationType" : "DefineSuggesterResponse",
"variableName" : "defineSuggesterResponse",
"variableType" : "DefineSuggesterResponse",
"documentation" : null,
"simpleType" : "DefineSuggesterResponse",
"variableSetterType" : "DefineSuggesterResponse"
},
"wrapper" : false
},
"DeleteAnalysisSchemeRequest" : {
"c2jName" : "DeleteAnalysisSchemeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.
",
"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" : "DeleteAnalysisScheme",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteAnalysisScheme",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "The name of the analysis scheme you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "The name of the analysis scheme you want to delete.
\n@return The name of the analysis scheme you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "The name of the analysis scheme you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemeName" : {
"beanStyleGetterMethodName" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "The name of the analysis scheme you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "The name of the analysis scheme you want to delete.
\n@return The name of the analysis scheme you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "The name of the analysis scheme you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeName",
"beanStyleSetterMethodName" : "setAnalysisSchemeName",
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #analysisSchemeName(String)}.\n@param analysisSchemeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisSchemeName(String)",
"deprecated" : false,
"documentation" : "The name of the analysis scheme you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeName",
"fluentSetterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeName",
"getterDocumentation" : "The name of the analysis scheme you want to delete.
\n@return The name of the analysis scheme you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AnalysisSchemeName",
"sensitive" : false,
"setterDocumentation" : "The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "The name of the analysis scheme you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "AnalysisSchemeName" ],
"shapeName" : "DeleteAnalysisSchemeRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAnalysisSchemeRequest",
"variableName" : "deleteAnalysisSchemeRequest",
"variableType" : "DeleteAnalysisSchemeRequest",
"documentation" : null,
"simpleType" : "DeleteAnalysisSchemeRequest",
"variableSetterType" : "DeleteAnalysisSchemeRequest"
},
"wrapper" : false
},
"DeleteAnalysisSchemeResponse" : {
"c2jName" : "DeleteAnalysisSchemeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DeleteAnalysisScheme
request. Contains the status of the deleted analysis scheme.
",
"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" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "The status of the analysis scheme being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "The status of the analysis scheme being deleted.
\n@return The status of the analysis scheme being deleted.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "The status of the analysis scheme being deleted.
",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "The status of the analysis scheme being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "The status of the analysis scheme being deleted.
\n@return The status of the analysis scheme being deleted.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "The status of the analysis scheme being deleted.
",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAnalysisScheme",
"beanStyleSetterMethodName" : "setAnalysisScheme",
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #analysisScheme(AnalysisSchemeStatus)}.\n@param analysisScheme a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(AnalysisSchemeStatus)",
"deprecated" : false,
"documentation" : "The status of the analysis scheme being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisScheme",
"fluentSetterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisScheme",
"getterDocumentation" : "The status of the analysis scheme being deleted.
\n@return The status of the analysis scheme being deleted.",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AnalysisScheme",
"sensitive" : false,
"setterDocumentation" : "The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "The status of the analysis scheme being deleted.
",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisScheme" ],
"shapeName" : "DeleteAnalysisSchemeResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteAnalysisSchemeResult"
},
"variable" : {
"variableDeclarationType" : "DeleteAnalysisSchemeResponse",
"variableName" : "deleteAnalysisSchemeResponse",
"variableType" : "DeleteAnalysisSchemeResponse",
"documentation" : null,
"simpleType" : "DeleteAnalysisSchemeResponse",
"variableSetterType" : "DeleteAnalysisSchemeResponse"
},
"wrapper" : false
},
"DeleteDomainRequest" : {
"c2jName" : "DeleteDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteDomain
operation. Specifies the name of the domain you want to delete.
",
"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" : "DeleteDomain",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteDomain",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to permanently delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to permanently delete.
\n@return The name of the domain you want to permanently delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to permanently delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to permanently delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to permanently delete.
\n@return The name of the domain you want to permanently delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to permanently delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to permanently delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to permanently delete.
\n@return The name of the domain you want to permanently delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to permanently delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DeleteDomainRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : null,
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"wrapper" : false
},
"DeleteDomainResponse" : {
"c2jName" : "DeleteDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DeleteDomain
request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
",
"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" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatus" : {
"beanStyleGetterMethodName" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainStatus",
"beanStyleSetterMethodName" : "setDomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #domainStatus(DomainStatus)}.\n@param domainStatus a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(DomainStatus)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatus",
"fluentSetterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatus",
"getterDocumentation" : "Returns the value of the DomainStatus property for this object.\n@return The value of the DomainStatus property for this object.",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DomainStatus",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatus property for this object.\n\n@param domainStatus The new value for the DomainStatus property for this object.",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDomainResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteDomainResult"
},
"variable" : {
"variableDeclarationType" : "DeleteDomainResponse",
"variableName" : "deleteDomainResponse",
"variableType" : "DeleteDomainResponse",
"documentation" : null,
"simpleType" : "DeleteDomainResponse",
"variableSetterType" : "DeleteDomainResponse"
},
"wrapper" : false
},
"DeleteExpressionRequest" : {
"c2jName" : "DeleteExpressionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteExpression
operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
",
"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" : "DeleteExpression",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteExpression",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpressionName",
"beanStyleSetterMethodName" : "setExpressionName",
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Expression
to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expressionName(String)}.\n@param expressionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionName(String)",
"deprecated" : false,
"documentation" : "The name of the Expression
to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expressionName",
"fluentSetterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expressionName",
"getterDocumentation" : "The name of the Expression
to delete.
\n@return The name of the Expression
to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExpressionName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpressionName",
"sensitive" : false,
"setterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.",
"setterMethodName" : "setExpressionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpressionName" : {
"beanStyleGetterMethodName" : "getExpressionName",
"beanStyleSetterMethodName" : "setExpressionName",
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Expression
to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expressionName(String)}.\n@param expressionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionName(String)",
"deprecated" : false,
"documentation" : "The name of the Expression
to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expressionName",
"fluentSetterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expressionName",
"getterDocumentation" : "The name of the Expression
to delete.
\n@return The name of the Expression
to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExpressionName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpressionName",
"sensitive" : false,
"setterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.",
"setterMethodName" : "setExpressionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpressionName",
"beanStyleSetterMethodName" : "setExpressionName",
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the Expression
to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expressionName(String)}.\n@param expressionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionName(String)",
"deprecated" : false,
"documentation" : "The name of the Expression
to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expressionName",
"fluentSetterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expressionName",
"getterDocumentation" : "The name of the Expression
to delete.
\n@return The name of the Expression
to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExpressionName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpressionName",
"sensitive" : false,
"setterDocumentation" : "The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.",
"setterMethodName" : "setExpressionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "ExpressionName" ],
"shapeName" : "DeleteExpressionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteExpressionRequest",
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"documentation" : null,
"simpleType" : "DeleteExpressionRequest",
"variableSetterType" : "DeleteExpressionRequest"
},
"wrapper" : false
},
"DeleteExpressionResponse" : {
"c2jName" : "DeleteExpressionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DeleteExpression
request. Specifies the expression being deleted.
",
"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" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the expression being deleted.
\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "The status of the expression being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "The status of the expression being deleted.
\n@return The status of the expression being deleted.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "The status of the expression being deleted.
",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expression" : {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the expression being deleted.
\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "The status of the expression being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "The status of the expression being deleted.
\n@return The status of the expression being deleted.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "The status of the expression being deleted.
",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getExpression",
"beanStyleSetterMethodName" : "setExpression",
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the expression being deleted.
\nThis is a convenience that creates an instance of the {@link ExpressionStatus.Builder} avoiding the need to create one manually via {@link ExpressionStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExpressionStatus.Builder#build()} is called immediately and its result is passed to {@link #expression(ExpressionStatus)}.\n@param expression a consumer that will call methods on {@link ExpressionStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expression(ExpressionStatus)",
"deprecated" : false,
"documentation" : "The status of the expression being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expression",
"fluentSetterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expression",
"getterDocumentation" : "The status of the expression being deleted.
\n@return The status of the expression being deleted.",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Expression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Expression",
"sensitive" : false,
"setterDocumentation" : "The status of the expression being deleted.
\n@param expression The status of the expression being deleted.",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : null,
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "The status of the expression being deleted.
",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Expression" ],
"shapeName" : "DeleteExpressionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteExpressionResult"
},
"variable" : {
"variableDeclarationType" : "DeleteExpressionResponse",
"variableName" : "deleteExpressionResponse",
"variableType" : "DeleteExpressionResponse",
"documentation" : null,
"simpleType" : "DeleteExpressionResponse",
"variableSetterType" : "DeleteExpressionResponse"
},
"wrapper" : false
},
"DeleteIndexFieldRequest" : {
"c2jName" : "DeleteIndexFieldRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteIndexField
operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.
",
"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" : "DeleteIndexField",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteIndexField",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIndexFieldName",
"beanStyleSetterMethodName" : "setIndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"defaultConsumerFluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #indexFieldName(String)}.\n@param indexFieldName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldName(String)",
"deprecated" : false,
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexFieldName",
"fluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexFieldName",
"getterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@return The name of the index field your want to remove from the domain's indexing options.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexFieldName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFieldName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IndexFieldName",
"sensitive" : false,
"setterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.",
"setterMethodName" : "setIndexFieldName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IndexFieldName" : {
"beanStyleGetterMethodName" : "getIndexFieldName",
"beanStyleSetterMethodName" : "setIndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"defaultConsumerFluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #indexFieldName(String)}.\n@param indexFieldName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldName(String)",
"deprecated" : false,
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexFieldName",
"fluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexFieldName",
"getterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@return The name of the index field your want to remove from the domain's indexing options.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexFieldName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFieldName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IndexFieldName",
"sensitive" : false,
"setterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.",
"setterMethodName" : "setIndexFieldName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIndexFieldName",
"beanStyleSetterMethodName" : "setIndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"defaultConsumerFluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #indexFieldName(String)}.\n@param indexFieldName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldName(String)",
"deprecated" : false,
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexFieldName",
"fluentSetterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexFieldName",
"getterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@return The name of the index field your want to remove from the domain's indexing options.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexFieldName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFieldName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IndexFieldName",
"sensitive" : false,
"setterDocumentation" : "The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.",
"setterMethodName" : "setIndexFieldName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "IndexFieldName" ],
"shapeName" : "DeleteIndexFieldRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIndexFieldRequest",
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"documentation" : null,
"simpleType" : "DeleteIndexFieldRequest",
"variableSetterType" : "DeleteIndexFieldRequest"
},
"wrapper" : false
},
"DeleteIndexFieldResponse" : {
"c2jName" : "DeleteIndexFieldResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DeleteIndexField
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" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the index field being deleted.
\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "The status of the index field being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The status of the index field being deleted.
\n@return The status of the index field being deleted.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "The status of the index field being deleted.
",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IndexField" : {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the index field being deleted.
\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "The status of the index field being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The status of the index field being deleted.
\n@return The status of the index field being deleted.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "The status of the index field being deleted.
",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIndexField",
"beanStyleSetterMethodName" : "setIndexField",
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the index field being deleted.
\nThis is a convenience that creates an instance of the {@link IndexFieldStatus.Builder} avoiding the need to create one manually via {@link IndexFieldStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link IndexFieldStatus.Builder#build()} is called immediately and its result is passed to {@link #indexField(IndexFieldStatus)}.\n@param indexField a consumer that will call methods on {@link IndexFieldStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexField(IndexFieldStatus)",
"deprecated" : false,
"documentation" : "The status of the index field being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "indexField",
"fluentSetterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "indexField",
"getterDocumentation" : "The status of the index field being deleted.
\n@return The status of the index field being deleted.",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IndexField",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "IndexField",
"sensitive" : false,
"setterDocumentation" : "The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : null,
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "The status of the index field being deleted.
",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IndexField" ],
"shapeName" : "DeleteIndexFieldResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIndexFieldResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIndexFieldResponse",
"variableName" : "deleteIndexFieldResponse",
"variableType" : "DeleteIndexFieldResponse",
"documentation" : null,
"simpleType" : "DeleteIndexFieldResponse",
"variableSetterType" : "DeleteIndexFieldResponse"
},
"wrapper" : false
},
"DeleteSuggesterRequest" : {
"c2jName" : "DeleteSuggesterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteSuggester
operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.
",
"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" : "DeleteSuggester",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteSuggester",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuggesterName",
"beanStyleSetterMethodName" : "setSuggesterName",
"c2jName" : "SuggesterName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #suggesterName(String)}.\n@param suggesterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggesterName(String)",
"deprecated" : false,
"documentation" : "Specifies the name of the suggester you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggesterName",
"fluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggesterName",
"getterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@return Specifies the name of the suggester you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuggesterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggesterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuggesterName",
"sensitive" : false,
"setterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.",
"setterMethodName" : "setSuggesterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "Specifies the name of the suggester you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SuggesterName" : {
"beanStyleGetterMethodName" : "getSuggesterName",
"beanStyleSetterMethodName" : "setSuggesterName",
"c2jName" : "SuggesterName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #suggesterName(String)}.\n@param suggesterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggesterName(String)",
"deprecated" : false,
"documentation" : "Specifies the name of the suggester you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggesterName",
"fluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggesterName",
"getterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@return Specifies the name of the suggester you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuggesterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggesterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuggesterName",
"sensitive" : false,
"setterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.",
"setterMethodName" : "setSuggesterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "Specifies the name of the suggester you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainName 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 #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "Returns the value of the DomainName property for this object.\n@return The value of the DomainName 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" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainName property for this object.\n\n@param domainName The new value for the DomainName property for this object.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSuggesterName",
"beanStyleSetterMethodName" : "setSuggesterName",
"c2jName" : "SuggesterName",
"c2jShape" : "StandardName",
"defaultConsumerFluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #suggesterName(String)}.\n@param suggesterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggesterName(String)",
"deprecated" : false,
"documentation" : "Specifies the name of the suggester you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggesterName",
"fluentSetterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggesterName",
"getterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@return Specifies the name of the suggester you want to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SuggesterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggesterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SuggesterName",
"sensitive" : false,
"setterDocumentation" : "Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.",
"setterMethodName" : "setSuggesterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "Specifies the name of the suggester you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "SuggesterName" ],
"shapeName" : "DeleteSuggesterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSuggesterRequest",
"variableName" : "deleteSuggesterRequest",
"variableType" : "DeleteSuggesterRequest",
"documentation" : null,
"simpleType" : "DeleteSuggesterRequest",
"variableSetterType" : "DeleteSuggesterRequest"
},
"wrapper" : false
},
"DeleteSuggesterResponse" : {
"c2jName" : "DeleteSuggesterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
",
"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" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the suggester being deleted.
\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "The status of the suggester being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "The status of the suggester being deleted.
\n@return The status of the suggester being deleted.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Suggester" : {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the suggester being deleted.
\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "The status of the suggester being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "The status of the suggester being deleted.
\n@return The status of the suggester being deleted.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSuggester",
"beanStyleSetterMethodName" : "setSuggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the suggester being deleted.
\nThis is a convenience that creates an instance of the {@link SuggesterStatus.Builder} avoiding the need to create one manually via {@link SuggesterStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link SuggesterStatus.Builder#build()} is called immediately and its result is passed to {@link #suggester(SuggesterStatus)}.\n@param suggester a consumer that will call methods on {@link SuggesterStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #suggester(SuggesterStatus)",
"deprecated" : false,
"documentation" : "The status of the suggester being deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "suggester",
"fluentSetterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "suggester",
"getterDocumentation" : "The status of the suggester being deleted.
\n@return The status of the suggester being deleted.",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Suggester",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Suggester",
"sensitive" : false,
"setterDocumentation" : "The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Suggester" ],
"shapeName" : "DeleteSuggesterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteSuggesterResult"
},
"variable" : {
"variableDeclarationType" : "DeleteSuggesterResponse",
"variableName" : "deleteSuggesterResponse",
"variableType" : "DeleteSuggesterResponse",
"documentation" : null,
"simpleType" : "DeleteSuggesterResponse",
"variableSetterType" : "DeleteSuggesterResponse"
},
"wrapper" : false
},
"DescribeAnalysisSchemesRequest" : {
"c2jName" : "DescribeAnalysisSchemesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeAnalysisSchemes
operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"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" : "DescribeAnalysisSchemes",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeAnalysisSchemes",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeNames",
"beanStyleSetterMethodName" : "setAnalysisSchemeNames",
"c2jName" : "AnalysisSchemeNames",
"c2jShape" : "StandardNameList",
"defaultConsumerFluentSetterDocumentation" : "The analysis schemes you want to describe.
\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 #analysisSchemeNames(List)}.\n@param analysisSchemeNames 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 #analysisSchemeNames(List)",
"deprecated" : false,
"documentation" : "The analysis schemes you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeNames",
"fluentSetterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeNames",
"getterDocumentation" : "The analysis schemes you want to describe.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis schemes you want to describe.",
"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" : "AnalysisSchemeNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeNames",
"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" : "StandardName",
"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" : "AnalysisSchemeNames",
"sensitive" : false,
"setterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.",
"setterMethodName" : "setAnalysisSchemeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "The analysis schemes you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemeNames" : {
"beanStyleGetterMethodName" : "getAnalysisSchemeNames",
"beanStyleSetterMethodName" : "setAnalysisSchemeNames",
"c2jName" : "AnalysisSchemeNames",
"c2jShape" : "StandardNameList",
"defaultConsumerFluentSetterDocumentation" : "The analysis schemes you want to describe.
\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 #analysisSchemeNames(List)}.\n@param analysisSchemeNames 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 #analysisSchemeNames(List)",
"deprecated" : false,
"documentation" : "The analysis schemes you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeNames",
"fluentSetterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeNames",
"getterDocumentation" : "The analysis schemes you want to describe.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis schemes you want to describe.",
"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" : "AnalysisSchemeNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeNames",
"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" : "StandardName",
"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" : "AnalysisSchemeNames",
"sensitive" : false,
"setterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.",
"setterMethodName" : "setAnalysisSchemeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "The analysis schemes you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Deployed" : {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAnalysisSchemeNames",
"beanStyleSetterMethodName" : "setAnalysisSchemeNames",
"c2jName" : "AnalysisSchemeNames",
"c2jShape" : "StandardNameList",
"defaultConsumerFluentSetterDocumentation" : "The analysis schemes you want to describe.
\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 #analysisSchemeNames(List)}.\n@param analysisSchemeNames 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 #analysisSchemeNames(List)",
"deprecated" : false,
"documentation" : "The analysis schemes you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemeNames",
"fluentSetterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemeNames",
"getterDocumentation" : "The analysis schemes you want to describe.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis schemes you want to describe.",
"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" : "AnalysisSchemeNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeNames",
"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" : "StandardName",
"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" : "AnalysisSchemeNames",
"sensitive" : false,
"setterDocumentation" : "The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.",
"setterMethodName" : "setAnalysisSchemeNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "The analysis schemes you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeAnalysisSchemesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAnalysisSchemesRequest",
"variableName" : "describeAnalysisSchemesRequest",
"variableType" : "DescribeAnalysisSchemesRequest",
"documentation" : null,
"simpleType" : "DescribeAnalysisSchemesRequest",
"variableSetterType" : "DescribeAnalysisSchemesRequest"
},
"wrapper" : false
},
"DescribeAnalysisSchemesResponse" : {
"c2jName" : "DescribeAnalysisSchemesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the 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" : "getAnalysisSchemes",
"beanStyleSetterMethodName" : "setAnalysisSchemes",
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"defaultConsumerFluentSetterDocumentation" : "The analysis scheme descriptions.
\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 #analysisSchemes(List)}.\n@param analysisSchemes 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 #analysisSchemes(List)",
"deprecated" : false,
"documentation" : "The analysis scheme descriptions.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemes",
"fluentSetterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemes",
"getterDocumentation" : "The analysis scheme descriptions.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis scheme descriptions.",
"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" : "AnalysisSchemes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemes",
"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" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #member(AnalysisSchemeStatus)}.\n@param member a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AnalysisSchemeStatus)",
"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" : "AnalysisSchemeStatus",
"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" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AnalysisSchemeStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AnalysisSchemes",
"sensitive" : false,
"setterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.",
"setterMethodName" : "setAnalysisSchemes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemes" : {
"beanStyleGetterMethodName" : "getAnalysisSchemes",
"beanStyleSetterMethodName" : "setAnalysisSchemes",
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"defaultConsumerFluentSetterDocumentation" : "The analysis scheme descriptions.
\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 #analysisSchemes(List)}.\n@param analysisSchemes 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 #analysisSchemes(List)",
"deprecated" : false,
"documentation" : "The analysis scheme descriptions.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemes",
"fluentSetterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemes",
"getterDocumentation" : "The analysis scheme descriptions.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis scheme descriptions.",
"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" : "AnalysisSchemes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemes",
"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" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #member(AnalysisSchemeStatus)}.\n@param member a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AnalysisSchemeStatus)",
"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" : "AnalysisSchemeStatus",
"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" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AnalysisSchemeStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AnalysisSchemes",
"sensitive" : false,
"setterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.",
"setterMethodName" : "setAnalysisSchemes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAnalysisSchemes",
"beanStyleSetterMethodName" : "setAnalysisSchemes",
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"defaultConsumerFluentSetterDocumentation" : "The analysis scheme descriptions.
\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 #analysisSchemes(List)}.\n@param analysisSchemes 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 #analysisSchemes(List)",
"deprecated" : false,
"documentation" : "The analysis scheme descriptions.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "analysisSchemes",
"fluentSetterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "analysisSchemes",
"getterDocumentation" : "The analysis scheme descriptions.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The analysis scheme descriptions.",
"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" : "AnalysisSchemes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemes",
"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" : "AnalysisSchemeStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AnalysisSchemeStatus.Builder} avoiding the need to create one manually via {@link AnalysisSchemeStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnalysisSchemeStatus.Builder#build()} is called immediately and its result is passed to {@link #member(AnalysisSchemeStatus)}.\n@param member a consumer that will call methods on {@link AnalysisSchemeStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AnalysisSchemeStatus)",
"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" : "AnalysisSchemeStatus",
"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" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AnalysisSchemeStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AnalysisSchemes",
"sensitive" : false,
"setterDocumentation" : "The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.",
"setterMethodName" : "setAnalysisSchemes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisSchemes" ],
"shapeName" : "DescribeAnalysisSchemesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeAnalysisSchemesResult"
},
"variable" : {
"variableDeclarationType" : "DescribeAnalysisSchemesResponse",
"variableName" : "describeAnalysisSchemesResponse",
"variableType" : "DescribeAnalysisSchemesResponse",
"documentation" : null,
"simpleType" : "DescribeAnalysisSchemesResponse",
"variableSetterType" : "DescribeAnalysisSchemesResponse"
},
"wrapper" : false
},
"DescribeAvailabilityOptionsRequest" : {
"c2jName" : "DescribeAvailabilityOptionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeAvailabilityOptions
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true
.
",
"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" : "DescribeAvailabilityOptions",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeAvailabilityOptions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Deployed" : {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainName",
"beanStyleSetterMethodName" : "setDomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"defaultConsumerFluentSetterDocumentation" : "The name of the domain you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainName",
"fluentSetterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainName",
"getterDocumentation" : "The name of the domain you want to describe.
\n@return The name of the domain you want to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DomainName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DomainName",
"sensitive" : false,
"setterDocumentation" : "The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDeployed",
"beanStyleSetterMethodName" : "setDeployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #deployed(Boolean)}.\n@param deployed a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deployed(Boolean)",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deployed",
"fluentSetterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deployed",
"getterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Deployed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Deployed",
"sensitive" : false,
"setterDocumentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeAvailabilityOptionsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsRequest",
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsRequest",
"variableSetterType" : "DescribeAvailabilityOptionsRequest"
},
"wrapper" : false
},
"DescribeAvailabilityOptionsResponse" : {
"c2jName" : "DescribeAvailabilityOptionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DescribeAvailabilityOptions
request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the 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" : "getAvailabilityOptions",
"beanStyleSetterMethodName" : "setAvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\nThis is a convenience that creates an instance of the {@link AvailabilityOptionsStatus.Builder} avoiding the need to create one manually via {@link AvailabilityOptionsStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityOptionsStatus.Builder#build()} is called immediately and its result is passed to {@link #availabilityOptions(AvailabilityOptionsStatus)}.\n@param availabilityOptions a consumer that will call methods on {@link AvailabilityOptionsStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityOptions(AvailabilityOptionsStatus)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityOptions",
"fluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityOptions",
"getterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AvailabilityOptions",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"setterMethodName" : "setAvailabilityOptions",
"setterModel" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : null,
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AvailabilityOptions" : {
"beanStyleGetterMethodName" : "getAvailabilityOptions",
"beanStyleSetterMethodName" : "setAvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\nThis is a convenience that creates an instance of the {@link AvailabilityOptionsStatus.Builder} avoiding the need to create one manually via {@link AvailabilityOptionsStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityOptionsStatus.Builder#build()} is called immediately and its result is passed to {@link #availabilityOptions(AvailabilityOptionsStatus)}.\n@param availabilityOptions a consumer that will call methods on {@link AvailabilityOptionsStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityOptions(AvailabilityOptionsStatus)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityOptions",
"fluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityOptions",
"getterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AvailabilityOptions",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"setterMethodName" : "setAvailabilityOptions",
"setterModel" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : null,
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAvailabilityOptions",
"beanStyleSetterMethodName" : "setAvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"defaultConsumerFluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\nThis is a convenience that creates an instance of the {@link AvailabilityOptionsStatus.Builder} avoiding the need to create one manually via {@link AvailabilityOptionsStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityOptionsStatus.Builder#build()} is called immediately and its result is passed to {@link #availabilityOptions(AvailabilityOptionsStatus)}.\n@param availabilityOptions a consumer that will call methods on {@link AvailabilityOptionsStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityOptions(AvailabilityOptionsStatus)",
"deprecated" : false,
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityOptions",
"fluentSetterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityOptions",
"getterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AvailabilityOptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityOptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AvailabilityOptions",
"sensitive" : false,
"setterDocumentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.",
"setterMethodName" : "setAvailabilityOptions",
"setterModel" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : null,
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAvailabilityOptionsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeAvailabilityOptionsResult"
},
"variable" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsResponse",
"variableName" : "describeAvailabilityOptionsResponse",
"variableType" : "DescribeAvailabilityOptionsResponse",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsResponse",
"variableSetterType" : "DescribeAvailabilityOptionsResponse"
},
"wrapper" : false
},
"DescribeDomainsRequest" : {
"c2jName" : "DescribeDomainsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeDomains
operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.
",
"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" : "DescribeDomains",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeDomains",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDomainNames",
"beanStyleSetterMethodName" : "setDomainNames",
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the domains you want to include in the 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 #domainNames(List)}.\n@param domainNames 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 #domainNames(List)",
"deprecated" : false,
"documentation" : "The names of the domains you want to include in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainNames",
"fluentSetterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainNames",
"getterDocumentation" : "The names of the domains you want to include in the response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the domains you want to include in the 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" : "DomainNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainNames",
"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" : "DomainName",
"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" : "DomainNames",
"sensitive" : false,
"setterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.",
"setterMethodName" : "setDomainNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainNames" : {
"beanStyleGetterMethodName" : "getDomainNames",
"beanStyleSetterMethodName" : "setDomainNames",
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the domains you want to include in the 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 #domainNames(List)}.\n@param domainNames 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 #domainNames(List)",
"deprecated" : false,
"documentation" : "The names of the domains you want to include in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainNames",
"fluentSetterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainNames",
"getterDocumentation" : "The names of the domains you want to include in the response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the domains you want to include in the 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" : "DomainNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainNames",
"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" : "DomainName",
"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" : "DomainNames",
"sensitive" : false,
"setterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.",
"setterMethodName" : "setDomainNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainNames",
"beanStyleSetterMethodName" : "setDomainNames",
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"defaultConsumerFluentSetterDocumentation" : "The names of the domains you want to include in the 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 #domainNames(List)}.\n@param domainNames 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 #domainNames(List)",
"deprecated" : false,
"documentation" : "The names of the domains you want to include in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainNames",
"fluentSetterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainNames",
"getterDocumentation" : "The names of the domains you want to include in the response.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The names of the domains you want to include in the 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" : "DomainNames",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainNames",
"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" : "DomainName",
"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" : "DomainNames",
"sensitive" : false,
"setterDocumentation" : "The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.",
"setterMethodName" : "setDomainNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeDomainsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeDomainsRequest",
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"documentation" : null,
"simpleType" : "DescribeDomainsRequest",
"variableSetterType" : "DescribeDomainsRequest"
},
"wrapper" : false
},
"DescribeDomainsResponse" : {
"c2jName" : "DescribeDomainsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of a DescribeDomains
request. Contains the status of the domains specified in the request or all domains owned by the account.
",
"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" : "getDomainStatusList",
"beanStyleSetterMethodName" : "setDomainStatusList",
"c2jName" : "DomainStatusList",
"c2jShape" : "DomainStatusList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\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 #domainStatusList(List)}.\n@param domainStatusList 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 #domainStatusList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatusList",
"fluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatusList",
"getterDocumentation" : "Returns the value of the DomainStatusList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DomainStatusList property for this object.",
"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" : "DomainStatusList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatusList",
"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" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #member(DomainStatus)}.\n@param member a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainStatus)",
"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" : "DomainStatus",
"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" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DomainStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DomainStatusList",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.",
"setterMethodName" : "setDomainStatusList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatusList" : {
"beanStyleGetterMethodName" : "getDomainStatusList",
"beanStyleSetterMethodName" : "setDomainStatusList",
"c2jName" : "DomainStatusList",
"c2jShape" : "DomainStatusList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\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 #domainStatusList(List)}.\n@param domainStatusList 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 #domainStatusList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatusList",
"fluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatusList",
"getterDocumentation" : "Returns the value of the DomainStatusList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DomainStatusList property for this object.",
"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" : "DomainStatusList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatusList",
"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" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #member(DomainStatus)}.\n@param member a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainStatus)",
"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" : "DomainStatus",
"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" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DomainStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DomainStatusList",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.",
"setterMethodName" : "setDomainStatusList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDomainStatusList",
"beanStyleSetterMethodName" : "setDomainStatusList",
"c2jName" : "DomainStatusList",
"c2jShape" : "DomainStatusList",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\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 #domainStatusList(List)}.\n@param domainStatusList 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 #domainStatusList(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "domainStatusList",
"fluentSetterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "domainStatusList",
"getterDocumentation" : "Returns the value of the DomainStatusList property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DomainStatusList property for this object.",
"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" : "DomainStatusList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatusList",
"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" : "DomainStatus",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainStatus.Builder} avoiding the need to create one manually via {@link DomainStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainStatus.Builder#build()} is called immediately and its result is passed to {@link #member(DomainStatus)}.\n@param member a consumer that will call methods on {@link DomainStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainStatus)",
"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" : "DomainStatus",
"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" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : null,
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainStatus",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DomainStatus",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DomainStatusList",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DomainStatusList property for this object.\n\n@param domainStatusList The new value for the DomainStatusList property for this object.",
"setterMethodName" : "setDomainStatusList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection