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

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,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "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", "serviceName" : "CloudSearch", "signingName" : "cloudsearch", "syncBuilder" : "DefaultCloudSearchClientBuilder", "syncBuilderInterface" : "CloudSearchClientBuilder", "syncClient" : "DefaultCloudSearchClient", "syncInterface" : "CloudSearchClient", "transformPackageName" : "cloudsearch.transform", "uid" : "cloudsearch-2013-01-01", "xmlProtocol" : true }, "operations" : { "BuildSuggesters" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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" : { "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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 } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainStatusList" ], "shapeName" : "DescribeDomainsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeDomainsResult" }, "variable" : { "variableDeclarationType" : "DescribeDomainsResponse", "variableName" : "describeDomainsResponse", "variableType" : "DescribeDomainsResponse", "documentation" : null, "simpleType" : "DescribeDomainsResponse", "variableSetterType" : "DescribeDomainsResponse" }, "wrapper" : false }, "DescribeExpressionsRequest" : { "c2jName" : "DescribeExpressionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeExpressions", "locationName" : null, "requestUri" : "/", "target" : "DescribeExpressions", "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, "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" : "getExpressionNames", "beanStyleSetterMethodName" : "setExpressionNames", "c2jName" : "ExpressionNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\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 #expressionNames(List)}.\n@param expressionNames 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 #expressionNames(List)", "deprecated" : false, "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionNames", "fluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionNames", "getterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n

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

\n@return Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "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" : "ExpressionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionNames", "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, "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" : "ExpressionNames", "sensitive" : false, "setterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "setterMethodName" : "setExpressionNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "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, "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, "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, "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 }, "ExpressionNames" : { "beanStyleGetterMethodName" : "getExpressionNames", "beanStyleSetterMethodName" : "setExpressionNames", "c2jName" : "ExpressionNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\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 #expressionNames(List)}.\n@param expressionNames 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 #expressionNames(List)", "deprecated" : false, "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionNames", "fluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionNames", "getterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n

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

\n@return Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "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" : "ExpressionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionNames", "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, "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" : "ExpressionNames", "sensitive" : false, "setterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "setterMethodName" : "setExpressionNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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, "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" : "getExpressionNames", "beanStyleSetterMethodName" : "setExpressionNames", "c2jName" : "ExpressionNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\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 #expressionNames(List)}.\n@param expressionNames 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 #expressionNames(List)", "deprecated" : false, "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionNames", "fluentSetterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionNames", "getterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n

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

\n@return Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "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" : "ExpressionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionNames", "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, "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" : "ExpressionNames", "sensitive" : false, "setterDocumentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.", "setterMethodName" : "setExpressionNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "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, "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" : "DescribeExpressionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExpressionsRequest", "variableName" : "describeExpressionsRequest", "variableType" : "DescribeExpressionsRequest", "documentation" : null, "simpleType" : "DescribeExpressionsRequest", "variableSetterType" : "DescribeExpressionsRequest" }, "wrapper" : false }, "DescribeExpressionsResponse" : { "c2jName" : "DescribeExpressionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExpressions", "beanStyleSetterMethodName" : "setExpressions", "c2jName" : "Expressions", "c2jShape" : "ExpressionStatusList", "defaultConsumerFluentSetterDocumentation" : "

The expressions configured for the domain.

\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 #expressions(List)}.\n@param expressions 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 #expressions(List)", "deprecated" : false, "documentation" : "

The expressions configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressions", "fluentSetterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressions", "getterDocumentation" : "

The expressions configured for the domain.

\n

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

\n@return The expressions configured for the domain.", "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" : "Expressions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expressions", "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" : "ExpressionStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(ExpressionStatus)}.\n@param member 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 #member(ExpressionStatus)", "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" : "ExpressionStatus", "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, "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" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : null, "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExpressionStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExpressionStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Expressions", "sensitive" : false, "setterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.", "setterMethodName" : "setExpressions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "

The expressions configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Expressions" : { "beanStyleGetterMethodName" : "getExpressions", "beanStyleSetterMethodName" : "setExpressions", "c2jName" : "Expressions", "c2jShape" : "ExpressionStatusList", "defaultConsumerFluentSetterDocumentation" : "

The expressions configured for the domain.

\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 #expressions(List)}.\n@param expressions 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 #expressions(List)", "deprecated" : false, "documentation" : "

The expressions configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressions", "fluentSetterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressions", "getterDocumentation" : "

The expressions configured for the domain.

\n

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

\n@return The expressions configured for the domain.", "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" : "Expressions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expressions", "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" : "ExpressionStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(ExpressionStatus)}.\n@param member 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 #member(ExpressionStatus)", "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" : "ExpressionStatus", "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, "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" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : null, "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExpressionStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExpressionStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Expressions", "sensitive" : false, "setterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.", "setterMethodName" : "setExpressions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "

The expressions configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExpressions", "beanStyleSetterMethodName" : "setExpressions", "c2jName" : "Expressions", "c2jShape" : "ExpressionStatusList", "defaultConsumerFluentSetterDocumentation" : "

The expressions configured for the domain.

\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 #expressions(List)}.\n@param expressions 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 #expressions(List)", "deprecated" : false, "documentation" : "

The expressions configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressions", "fluentSetterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressions", "getterDocumentation" : "

The expressions configured for the domain.

\n

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

\n@return The expressions configured for the domain.", "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" : "Expressions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expressions", "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" : "ExpressionStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(ExpressionStatus)}.\n@param member 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 #member(ExpressionStatus)", "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" : "ExpressionStatus", "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, "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" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : null, "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExpressionStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExpressionStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Expressions", "sensitive" : false, "setterDocumentation" : "

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.", "setterMethodName" : "setExpressions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "

The expressions configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Expressions" ], "shapeName" : "DescribeExpressionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeExpressionsResult" }, "variable" : { "variableDeclarationType" : "DescribeExpressionsResponse", "variableName" : "describeExpressionsResponse", "variableType" : "DescribeExpressionsResponse", "documentation" : null, "simpleType" : "DescribeExpressionsResponse", "variableSetterType" : "DescribeExpressionsResponse" }, "wrapper" : false }, "DescribeIndexFieldsRequest" : { "c2jName" : "DescribeIndexFieldsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeIndexFields", "locationName" : null, "requestUri" : "/", "target" : "DescribeIndexFields", "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, "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" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "DynamicFieldNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n

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

\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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, "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" : "DynamicFieldName", "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, "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "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, "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, "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, "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 }, "FieldNames" : { "beanStyleGetterMethodName" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "DynamicFieldNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n

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

\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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, "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" : "DynamicFieldName", "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, "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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, "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" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "DynamicFieldNameList", "defaultConsumerFluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n

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

\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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, "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" : "DynamicFieldName", "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, "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.", "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" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "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, "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" : "DescribeIndexFieldsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeIndexFieldsRequest", "variableName" : "describeIndexFieldsRequest", "variableType" : "DescribeIndexFieldsRequest", "documentation" : null, "simpleType" : "DescribeIndexFieldsRequest", "variableSetterType" : "DescribeIndexFieldsRequest" }, "wrapper" : false }, "DescribeIndexFieldsResponse" : { "c2jName" : "DescribeIndexFieldsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexFields", "beanStyleSetterMethodName" : "setIndexFields", "c2jName" : "IndexFields", "c2jShape" : "IndexFieldStatusList", "defaultConsumerFluentSetterDocumentation" : "

The index fields configured for the domain.

\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 #indexFields(List)}.\n@param indexFields 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 #indexFields(List)", "deprecated" : false, "documentation" : "

The index fields configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFields", "fluentSetterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFields", "getterDocumentation" : "

The index fields configured for the domain.

\n

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

\n@return The index fields configured for the domain.", "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" : "IndexFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFields", "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" : "IndexFieldStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(IndexFieldStatus)}.\n@param member 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 #member(IndexFieldStatus)", "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" : "IndexFieldStatus", "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, "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" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : null, "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexFieldStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexFieldStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexFields", "sensitive" : false, "setterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.", "setterMethodName" : "setIndexFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "

The index fields configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexFields" : { "beanStyleGetterMethodName" : "getIndexFields", "beanStyleSetterMethodName" : "setIndexFields", "c2jName" : "IndexFields", "c2jShape" : "IndexFieldStatusList", "defaultConsumerFluentSetterDocumentation" : "

The index fields configured for the domain.

\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 #indexFields(List)}.\n@param indexFields 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 #indexFields(List)", "deprecated" : false, "documentation" : "

The index fields configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFields", "fluentSetterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFields", "getterDocumentation" : "

The index fields configured for the domain.

\n

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

\n@return The index fields configured for the domain.", "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" : "IndexFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFields", "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" : "IndexFieldStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(IndexFieldStatus)}.\n@param member 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 #member(IndexFieldStatus)", "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" : "IndexFieldStatus", "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, "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" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : null, "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexFieldStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexFieldStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexFields", "sensitive" : false, "setterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.", "setterMethodName" : "setIndexFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "

The index fields configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexFields", "beanStyleSetterMethodName" : "setIndexFields", "c2jName" : "IndexFields", "c2jShape" : "IndexFieldStatusList", "defaultConsumerFluentSetterDocumentation" : "

The index fields configured for the domain.

\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 #indexFields(List)}.\n@param indexFields 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 #indexFields(List)", "deprecated" : false, "documentation" : "

The index fields configured for the domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFields", "fluentSetterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFields", "getterDocumentation" : "

The index fields configured for the domain.

\n

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

\n@return The index fields configured for the domain.", "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" : "IndexFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFields", "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" : "IndexFieldStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(IndexFieldStatus)}.\n@param member 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 #member(IndexFieldStatus)", "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" : "IndexFieldStatus", "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, "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" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : null, "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexFieldStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "IndexFieldStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "IndexFields", "sensitive" : false, "setterDocumentation" : "

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.", "setterMethodName" : "setIndexFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "

The index fields configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexFields" ], "shapeName" : "DescribeIndexFieldsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeIndexFieldsResult" }, "variable" : { "variableDeclarationType" : "DescribeIndexFieldsResponse", "variableName" : "describeIndexFieldsResponse", "variableType" : "DescribeIndexFieldsResponse", "documentation" : null, "simpleType" : "DescribeIndexFieldsResponse", "variableSetterType" : "DescribeIndexFieldsResponse" }, "wrapper" : false }, "DescribeScalingParametersRequest" : { "c2jName" : "DescribeScalingParametersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeScalingParameters operation. Specifies the name of the domain you want to describe.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeScalingParameters", "locationName" : null, "requestUri" : "/", "target" : "DescribeScalingParameters", "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, "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, "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, "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" : "DescribeScalingParametersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingParametersRequest", "variableName" : "describeScalingParametersRequest", "variableType" : "DescribeScalingParametersRequest", "documentation" : null, "simpleType" : "DescribeScalingParametersRequest", "variableSetterType" : "DescribeScalingParametersRequest" }, "wrapper" : false }, "DescribeScalingParametersResponse" : { "c2jName" : "DescribeScalingParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScalingParameters" : { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ScalingParameters" ], "shapeName" : "DescribeScalingParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeScalingParametersResult" }, "variable" : { "variableDeclarationType" : "DescribeScalingParametersResponse", "variableName" : "describeScalingParametersResponse", "variableType" : "DescribeScalingParametersResponse", "documentation" : null, "simpleType" : "DescribeScalingParametersResponse", "variableSetterType" : "DescribeScalingParametersResponse" }, "wrapper" : false }, "DescribeServiceAccessPoliciesRequest" : { "c2jName" : "DescribeServiceAccessPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeServiceAccessPolicies", "locationName" : null, "requestUri" : "/", "target" : "DescribeServiceAccessPolicies", "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, "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, "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, "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, "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, "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, "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" : "DescribeServiceAccessPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeServiceAccessPoliciesRequest", "variableName" : "describeServiceAccessPoliciesRequest", "variableType" : "DescribeServiceAccessPoliciesRequest", "documentation" : null, "simpleType" : "DescribeServiceAccessPoliciesRequest", "variableSetterType" : "DescribeServiceAccessPoliciesRequest" }, "wrapper" : false }, "DescribeServiceAccessPoliciesResponse" : { "c2jName" : "DescribeServiceAccessPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a DescribeServiceAccessPolicies request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@return The access rules configured for the domain specified in the request.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

The access rules configured for the domain specified in the request.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicies" : { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@return The access rules configured for the domain specified in the request.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

The access rules configured for the domain specified in the request.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@return The access rules configured for the domain specified in the request.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

The access rules configured for the domain specified in the request.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccessPolicies" ], "shapeName" : "DescribeServiceAccessPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeServiceAccessPoliciesResult" }, "variable" : { "variableDeclarationType" : "DescribeServiceAccessPoliciesResponse", "variableName" : "describeServiceAccessPoliciesResponse", "variableType" : "DescribeServiceAccessPoliciesResponse", "documentation" : null, "simpleType" : "DescribeServiceAccessPoliciesResponse", "variableSetterType" : "DescribeServiceAccessPoliciesResponse" }, "wrapper" : false }, "DescribeSuggestersRequest" : { "c2jName" : "DescribeSuggestersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeSuggesters", "locationName" : null, "requestUri" : "/", "target" : "DescribeSuggesters", "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, "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" : "getSuggesterNames", "beanStyleSetterMethodName" : "setSuggesterNames", "c2jName" : "SuggesterNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters 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 #suggesterNames(List)}.\n@param suggesterNames 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 #suggesterNames(List)", "deprecated" : false, "documentation" : "

The suggesters you want to describe.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterNames", "fluentSetterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterNames", "getterDocumentation" : "

The suggesters you want to describe.

\n

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

\n@return The suggesters 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" : "SuggesterNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterNames", "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, "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" : "SuggesterNames", "sensitive" : false, "setterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.", "setterMethodName" : "setSuggesterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "

The suggesters 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, "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, "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, "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 }, "SuggesterNames" : { "beanStyleGetterMethodName" : "getSuggesterNames", "beanStyleSetterMethodName" : "setSuggesterNames", "c2jName" : "SuggesterNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters 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 #suggesterNames(List)}.\n@param suggesterNames 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 #suggesterNames(List)", "deprecated" : false, "documentation" : "

The suggesters you want to describe.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterNames", "fluentSetterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterNames", "getterDocumentation" : "

The suggesters you want to describe.

\n

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

\n@return The suggesters 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" : "SuggesterNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterNames", "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, "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" : "SuggesterNames", "sensitive" : false, "setterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.", "setterMethodName" : "setSuggesterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "

The suggesters you want to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "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, "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" : "getSuggesterNames", "beanStyleSetterMethodName" : "setSuggesterNames", "c2jName" : "SuggesterNames", "c2jShape" : "StandardNameList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters 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 #suggesterNames(List)}.\n@param suggesterNames 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 #suggesterNames(List)", "deprecated" : false, "documentation" : "

The suggesters you want to describe.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterNames", "fluentSetterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterNames", "getterDocumentation" : "

The suggesters you want to describe.

\n

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

\n@return The suggesters 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" : "SuggesterNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterNames", "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, "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" : "SuggesterNames", "sensitive" : false, "setterDocumentation" : "

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.", "setterMethodName" : "setSuggesterNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "

The suggesters 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, "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" : "DescribeSuggestersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSuggestersRequest", "variableName" : "describeSuggestersRequest", "variableType" : "DescribeSuggestersRequest", "documentation" : null, "simpleType" : "DescribeSuggestersRequest", "variableSetterType" : "DescribeSuggestersRequest" }, "wrapper" : false }, "DescribeSuggestersResponse" : { "c2jName" : "DescribeSuggestersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a DescribeSuggesters request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSuggesters", "beanStyleSetterMethodName" : "setSuggesters", "c2jName" : "Suggesters", "c2jShape" : "SuggesterStatusList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #suggesters(List)}.\n@param suggesters 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 #suggesters(List)", "deprecated" : false, "documentation" : "

The suggesters configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesters", "fluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesters", "getterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n

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

\n@return The suggesters configured for the domain specified in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Suggesters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggesters", "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" : "SuggesterStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(SuggesterStatus)}.\n@param member 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 #member(SuggesterStatus)", "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" : "SuggesterStatus", "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, "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" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : null, "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SuggesterStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SuggesterStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Suggesters", "sensitive" : false, "setterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.", "setterMethodName" : "setSuggesters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "

The suggesters configured for the domain specified in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Suggesters" : { "beanStyleGetterMethodName" : "getSuggesters", "beanStyleSetterMethodName" : "setSuggesters", "c2jName" : "Suggesters", "c2jShape" : "SuggesterStatusList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #suggesters(List)}.\n@param suggesters 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 #suggesters(List)", "deprecated" : false, "documentation" : "

The suggesters configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesters", "fluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesters", "getterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n

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

\n@return The suggesters configured for the domain specified in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Suggesters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggesters", "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" : "SuggesterStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(SuggesterStatus)}.\n@param member 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 #member(SuggesterStatus)", "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" : "SuggesterStatus", "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, "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" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : null, "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SuggesterStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SuggesterStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Suggesters", "sensitive" : false, "setterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.", "setterMethodName" : "setSuggesters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "

The suggesters configured for the domain specified in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSuggesters", "beanStyleSetterMethodName" : "setSuggesters", "c2jName" : "Suggesters", "c2jShape" : "SuggesterStatusList", "defaultConsumerFluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #suggesters(List)}.\n@param suggesters 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 #suggesters(List)", "deprecated" : false, "documentation" : "

The suggesters configured for the domain specified in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesters", "fluentSetterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesters", "getterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n

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

\n@return The suggesters configured for the domain specified in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Suggesters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggesters", "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" : "SuggesterStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(SuggesterStatus)}.\n@param member 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 #member(SuggesterStatus)", "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" : "SuggesterStatus", "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, "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" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : null, "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SuggesterStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SuggesterStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Suggesters", "sensitive" : false, "setterDocumentation" : "

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.", "setterMethodName" : "setSuggesters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "

The suggesters configured for the domain specified in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Suggesters" ], "shapeName" : "DescribeSuggestersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeSuggestersResult" }, "variable" : { "variableDeclarationType" : "DescribeSuggestersResponse", "variableName" : "describeSuggestersResponse", "variableType" : "DescribeSuggestersResponse", "documentation" : null, "simpleType" : "DescribeSuggestersResponse", "variableSetterType" : "DescribeSuggestersResponse" }, "wrapper" : false }, "DisabledOperationException" : { "c2jName" : "DisabledOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request was rejected because it attempted an operation which is not enabled.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DisabledAction", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisabledOperationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisabledOperationException", "variableName" : "disabledOperationException", "variableType" : "DisabledOperationException", "documentation" : null, "simpleType" : "DisabledOperationException", "variableSetterType" : "DisabledOperationException" }, "wrapper" : false }, "DocumentSuggesterOptions" : { "c2jName" : "DocumentSuggesterOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a search suggester.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The name of the index field you want to use for suggestions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@return The name of the index field you want to use for suggestions.", "getterModel" : { "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, "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" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.", "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" : "

The name of the index field you want to use for suggestions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFuzzyMatchingAsString", "beanStyleSetterMethodName" : "setFuzzyMatching", "c2jName" : "FuzzyMatching", "c2jShape" : "SuggesterFuzzyMatching", "defaultConsumerFluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

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

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "endpointDiscoveryId" : false, "enumType" : "SuggesterFuzzyMatching", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "fuzzyMatching", "fluentEnumSetterMethodName" : "fuzzyMatching", "fluentGetterMethodName" : "fuzzyMatchingAsString", "fluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching", "fluentSetterMethodName" : "fuzzyMatching", "getterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n

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

\n@return The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FuzzyMatching", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FuzzyMatching", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FuzzyMatching", "sensitive" : false, "setterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "setterMethodName" : "setFuzzyMatching", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSortExpression", "beanStyleSetterMethodName" : "setSortExpression", "c2jName" : "SortExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sortExpression", "fluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sortExpression", "getterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@return An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SortExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SortExpression", "sensitive" : false, "setterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "setterMethodName" : "setSortExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FuzzyMatching" : { "beanStyleGetterMethodName" : "getFuzzyMatchingAsString", "beanStyleSetterMethodName" : "setFuzzyMatching", "c2jName" : "FuzzyMatching", "c2jShape" : "SuggesterFuzzyMatching", "defaultConsumerFluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

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

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "endpointDiscoveryId" : false, "enumType" : "SuggesterFuzzyMatching", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "fuzzyMatching", "fluentEnumSetterMethodName" : "fuzzyMatching", "fluentGetterMethodName" : "fuzzyMatchingAsString", "fluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching", "fluentSetterMethodName" : "fuzzyMatching", "getterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n

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

\n@return The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FuzzyMatching", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FuzzyMatching", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FuzzyMatching", "sensitive" : false, "setterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "setterMethodName" : "setFuzzyMatching", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SortExpression" : { "beanStyleGetterMethodName" : "getSortExpression", "beanStyleSetterMethodName" : "setSortExpression", "c2jName" : "SortExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sortExpression", "fluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sortExpression", "getterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@return An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SortExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SortExpression", "sensitive" : false, "setterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "setterMethodName" : "setSortExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceField" : { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The name of the index field you want to use for suggestions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@return The name of the index field you want to use for suggestions.", "getterModel" : { "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, "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" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.", "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" : "

The name of the index field you want to use for suggestions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

The name of the index field you want to use for suggestions.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the index field you want to use for suggestions.

\n@return The name of the index field you want to use for suggestions.", "getterModel" : { "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, "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" : "

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.", "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" : "

The name of the index field you want to use for suggestions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFuzzyMatchingAsString", "beanStyleSetterMethodName" : "setFuzzyMatching", "c2jName" : "FuzzyMatching", "c2jShape" : "SuggesterFuzzyMatching", "defaultConsumerFluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

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

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "endpointDiscoveryId" : false, "enumType" : "SuggesterFuzzyMatching", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "fuzzyMatching", "fluentEnumSetterMethodName" : "fuzzyMatching", "fluentGetterMethodName" : "fuzzyMatchingAsString", "fluentSetterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching", "fluentSetterMethodName" : "fuzzyMatching", "getterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n

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

\n@return The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FuzzyMatching", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FuzzyMatching", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FuzzyMatching", "sensitive" : false, "setterDocumentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching", "setterMethodName" : "setFuzzyMatching", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSortExpression", "beanStyleSetterMethodName" : "setSortExpression", "c2jName" : "SortExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sortExpression", "fluentSetterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sortExpression", "getterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@return An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SortExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SortExpression", "sensitive" : false, "setterDocumentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.", "setterMethodName" : "setSortExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SourceField" ], "shapeName" : "DocumentSuggesterOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : null, "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "wrapper" : false }, "DomainStatus" : { "c2jName" : "DomainStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The current status of the search domain.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDomainId", "beanStyleSetterMethodName" : "setDomainId", "c2jName" : "DomainId", "c2jShape" : "DomainId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainId 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 #domainId(String)}.\n@param domainId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainId(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainId", "fluentSetterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainId", "getterDocumentation" : "Returns the value of the DomainId property for this object.\n@return The value of the DomainId 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" : "DomainId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainId", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.", "setterMethodName" : "setDomainId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "ARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ARN 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 #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "Returns the value of the ARN property for this object.\n@return The value of the ARN 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" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreated", "beanStyleSetterMethodName" : "setCreated", "c2jName" : "Created", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\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 #created(Boolean)}.\n@param created 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 #created(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "created", "fluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "created", "getterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@return True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "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" : "Created", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Created", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Created", "sensitive" : false, "setterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "setterMethodName" : "setCreated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleted", "beanStyleSetterMethodName" : "setDeleted", "c2jName" : "Deleted", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\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 #deleted(Boolean)}.\n@param deleted 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 #deleted(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleted", "fluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleted", "getterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@return True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "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" : "Deleted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deleted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Deleted", "sensitive" : false, "setterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "setterMethodName" : "setDeleted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocService", "beanStyleSetterMethodName" : "setDocService", "c2jName" : "DocService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

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

The service endpoint for updating documents in a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "docService", "fluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docService", "getterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@return The service endpoint for updating documents in a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.", "setterMethodName" : "setDocService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for updating documents in a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchService", "beanStyleSetterMethodName" : "setSearchService", "c2jName" : "SearchService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

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

The service endpoint for requesting search results from a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchService", "fluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchService", "getterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@return The service endpoint for requesting search results from a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SearchService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.", "setterMethodName" : "setSearchService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for requesting search results from a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiresIndexDocuments", "beanStyleSetterMethodName" : "setRequiresIndexDocuments", "c2jName" : "RequiresIndexDocuments", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\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 #requiresIndexDocuments(Boolean)}.\n@param requiresIndexDocuments 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 #requiresIndexDocuments(Boolean)", "deprecated" : false, "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requiresIndexDocuments", "fluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requiresIndexDocuments", "getterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@return True if IndexDocuments needs to be called to activate the current domain configuration.", "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" : "RequiresIndexDocuments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresIndexDocuments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RequiresIndexDocuments", "sensitive" : false, "setterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.", "setterMethodName" : "setRequiresIndexDocuments", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessing", "beanStyleSetterMethodName" : "setProcessing", "c2jName" : "Processing", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\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 #processing(Boolean)}.\n@param processing 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 #processing(Boolean)", "deprecated" : false, "documentation" : "

True if processing is being done to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "processing", "fluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processing", "getterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@return True if processing is being done to activate the current domain configuration.", "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" : "Processing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Processing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Processing", "sensitive" : false, "setterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.", "setterMethodName" : "setProcessing", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "

True if processing is being done to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchInstanceType", "beanStyleSetterMethodName" : "setSearchInstanceType", "c2jName" : "SearchInstanceType", "c2jShape" : "SearchInstanceType", "defaultConsumerFluentSetterDocumentation" : "

The instance type that is being used to process search requests.

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

The instance type that is being used to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceType", "fluentSetterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceType", "getterDocumentation" : "

The instance type that is being used to process search requests.

\n@return The instance type that is being used to process search requests.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SearchInstanceType", "sensitive" : false, "setterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.", "setterMethodName" : "setSearchInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "

The instance type that is being used to process search requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchPartitionCount", "beanStyleSetterMethodName" : "setSearchPartitionCount", "c2jName" : "SearchPartitionCount", "c2jShape" : "PartitionCount", "defaultConsumerFluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

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

The number of partitions across which the search index is spread.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchPartitionCount", "fluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchPartitionCount", "getterDocumentation" : "

The number of partitions across which the search index is spread.

\n@return The number of partitions across which the search index is spread.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchPartitionCount", "sensitive" : false, "setterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.", "setterMethodName" : "setSearchPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "

The number of partitions across which the search index is spread.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchInstanceCount", "beanStyleSetterMethodName" : "setSearchInstanceCount", "c2jName" : "SearchInstanceCount", "c2jShape" : "InstanceCount", "defaultConsumerFluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

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

The number of search instances that are available to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceCount", "fluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceCount", "getterDocumentation" : "

The number of search instances that are available to process search requests.

\n@return The number of search instances that are available to process search requests.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchInstanceCount", "sensitive" : false, "setterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.", "setterMethodName" : "setSearchInstanceCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "

The number of search instances that are available to process search requests.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\nThis is a convenience that creates an instance of the {@link Limits.Builder} avoiding the need to create one manually via {@link Limits#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limits.Builder#build()} is called immediately and its result is passed to {@link #limits(Limits)}.\n@param limits a consumer that will call methods on {@link Limits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(Limits)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "Returns the value of the Limits property for this object.\n@return The value of the Limits property for this object.", "getterModel" : { "returnType" : "Limits", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : null, "simpleType" : "Limits", "variableSetterType" : "Limits" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "ARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ARN 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 #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "Returns the value of the ARN property for this object.\n@return The value of the ARN 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" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Created" : { "beanStyleGetterMethodName" : "getCreated", "beanStyleSetterMethodName" : "setCreated", "c2jName" : "Created", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\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 #created(Boolean)}.\n@param created 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 #created(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "created", "fluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "created", "getterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@return True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "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" : "Created", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Created", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Created", "sensitive" : false, "setterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "setterMethodName" : "setCreated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Deleted" : { "beanStyleGetterMethodName" : "getDeleted", "beanStyleSetterMethodName" : "setDeleted", "c2jName" : "Deleted", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\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 #deleted(Boolean)}.\n@param deleted 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 #deleted(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleted", "fluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleted", "getterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@return True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "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" : "Deleted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deleted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Deleted", "sensitive" : false, "setterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "setterMethodName" : "setDeleted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "DocService" : { "beanStyleGetterMethodName" : "getDocService", "beanStyleSetterMethodName" : "setDocService", "c2jName" : "DocService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

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

The service endpoint for updating documents in a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "docService", "fluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docService", "getterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@return The service endpoint for updating documents in a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.", "setterMethodName" : "setDocService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for updating documents in a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, "DomainId" : { "beanStyleGetterMethodName" : "getDomainId", "beanStyleSetterMethodName" : "setDomainId", "c2jName" : "DomainId", "c2jShape" : "DomainId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainId 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 #domainId(String)}.\n@param domainId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainId(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainId", "fluentSetterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainId", "getterDocumentation" : "Returns the value of the DomainId property for this object.\n@return The value of the DomainId 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" : "DomainId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainId", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.", "setterMethodName" : "setDomainId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "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, "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 }, "Limits" : { "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\nThis is a convenience that creates an instance of the {@link Limits.Builder} avoiding the need to create one manually via {@link Limits#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limits.Builder#build()} is called immediately and its result is passed to {@link #limits(Limits)}.\n@param limits a consumer that will call methods on {@link Limits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(Limits)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "Returns the value of the Limits property for this object.\n@return The value of the Limits property for this object.", "getterModel" : { "returnType" : "Limits", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : null, "simpleType" : "Limits", "variableSetterType" : "Limits" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "xmlNameSpaceUri" : null }, "Processing" : { "beanStyleGetterMethodName" : "getProcessing", "beanStyleSetterMethodName" : "setProcessing", "c2jName" : "Processing", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\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 #processing(Boolean)}.\n@param processing 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 #processing(Boolean)", "deprecated" : false, "documentation" : "

True if processing is being done to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "processing", "fluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processing", "getterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@return True if processing is being done to activate the current domain configuration.", "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" : "Processing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Processing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Processing", "sensitive" : false, "setterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.", "setterMethodName" : "setProcessing", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "

True if processing is being done to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "RequiresIndexDocuments" : { "beanStyleGetterMethodName" : "getRequiresIndexDocuments", "beanStyleSetterMethodName" : "setRequiresIndexDocuments", "c2jName" : "RequiresIndexDocuments", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\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 #requiresIndexDocuments(Boolean)}.\n@param requiresIndexDocuments 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 #requiresIndexDocuments(Boolean)", "deprecated" : false, "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requiresIndexDocuments", "fluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requiresIndexDocuments", "getterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@return True if IndexDocuments needs to be called to activate the current domain configuration.", "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" : "RequiresIndexDocuments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresIndexDocuments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RequiresIndexDocuments", "sensitive" : false, "setterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.", "setterMethodName" : "setRequiresIndexDocuments", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SearchInstanceCount" : { "beanStyleGetterMethodName" : "getSearchInstanceCount", "beanStyleSetterMethodName" : "setSearchInstanceCount", "c2jName" : "SearchInstanceCount", "c2jShape" : "InstanceCount", "defaultConsumerFluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

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

The number of search instances that are available to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceCount", "fluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceCount", "getterDocumentation" : "

The number of search instances that are available to process search requests.

\n@return The number of search instances that are available to process search requests.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchInstanceCount", "sensitive" : false, "setterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.", "setterMethodName" : "setSearchInstanceCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "

The number of search instances that are available to process search requests.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SearchInstanceType" : { "beanStyleGetterMethodName" : "getSearchInstanceType", "beanStyleSetterMethodName" : "setSearchInstanceType", "c2jName" : "SearchInstanceType", "c2jShape" : "SearchInstanceType", "defaultConsumerFluentSetterDocumentation" : "

The instance type that is being used to process search requests.

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

The instance type that is being used to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceType", "fluentSetterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceType", "getterDocumentation" : "

The instance type that is being used to process search requests.

\n@return The instance type that is being used to process search requests.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SearchInstanceType", "sensitive" : false, "setterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.", "setterMethodName" : "setSearchInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "

The instance type that is being used to process search requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SearchPartitionCount" : { "beanStyleGetterMethodName" : "getSearchPartitionCount", "beanStyleSetterMethodName" : "setSearchPartitionCount", "c2jName" : "SearchPartitionCount", "c2jShape" : "PartitionCount", "defaultConsumerFluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

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

The number of partitions across which the search index is spread.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchPartitionCount", "fluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchPartitionCount", "getterDocumentation" : "

The number of partitions across which the search index is spread.

\n@return The number of partitions across which the search index is spread.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchPartitionCount", "sensitive" : false, "setterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.", "setterMethodName" : "setSearchPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "

The number of partitions across which the search index is spread.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SearchService" : { "beanStyleGetterMethodName" : "getSearchService", "beanStyleSetterMethodName" : "setSearchService", "c2jName" : "SearchService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

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

The service endpoint for requesting search results from a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchService", "fluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchService", "getterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@return The service endpoint for requesting search results from a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SearchService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.", "setterMethodName" : "setSearchService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for requesting search results from a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainId", "beanStyleSetterMethodName" : "setDomainId", "c2jName" : "DomainId", "c2jShape" : "DomainId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainId 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 #domainId(String)}.\n@param domainId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainId(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainId", "fluentSetterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainId", "getterDocumentation" : "Returns the value of the DomainId property for this object.\n@return The value of the DomainId 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" : "DomainId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainId", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainId property for this object.\n\n@param domainId The new value for the DomainId property for this object.", "setterMethodName" : "setDomainId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "ARN", "c2jShape" : "ARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ARN 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 #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "Returns the value of the ARN property for this object.\n@return The value of the ARN 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" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ARN", "sensitive" : false, "setterDocumentation" : "Sets the value of the ARN property for this object.\n\n@param arn The new value for the ARN property for this object.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreated", "beanStyleSetterMethodName" : "setCreated", "c2jName" : "Created", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\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 #created(Boolean)}.\n@param created 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 #created(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "created", "fluentSetterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "created", "getterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@return True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "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" : "Created", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Created", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Created", "sensitive" : false, "setterDocumentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.", "setterMethodName" : "setCreated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeleted", "beanStyleSetterMethodName" : "setDeleted", "c2jName" : "Deleted", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\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 #deleted(Boolean)}.\n@param deleted 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 #deleted(Boolean)", "deprecated" : false, "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deleted", "fluentSetterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deleted", "getterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@return True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "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" : "Deleted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deleted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Deleted", "sensitive" : false, "setterDocumentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.", "setterMethodName" : "setDeleted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocService", "beanStyleSetterMethodName" : "setDocService", "c2jName" : "DocService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

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

The service endpoint for updating documents in a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "docService", "fluentSetterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docService", "getterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@return The service endpoint for updating documents in a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.", "setterMethodName" : "setDocService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for updating documents in a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchService", "beanStyleSetterMethodName" : "setSearchService", "c2jName" : "SearchService", "c2jShape" : "ServiceEndpoint", "defaultConsumerFluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

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

The service endpoint for requesting search results from a search domain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchService", "fluentSetterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchService", "getterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@return The service endpoint for requesting search results from a search domain.", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SearchService", "sensitive" : false, "setterDocumentation" : "

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.", "setterMethodName" : "setSearchService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for requesting search results from a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequiresIndexDocuments", "beanStyleSetterMethodName" : "setRequiresIndexDocuments", "c2jName" : "RequiresIndexDocuments", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\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 #requiresIndexDocuments(Boolean)}.\n@param requiresIndexDocuments 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 #requiresIndexDocuments(Boolean)", "deprecated" : false, "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requiresIndexDocuments", "fluentSetterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requiresIndexDocuments", "getterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@return True if IndexDocuments needs to be called to activate the current domain configuration.", "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" : "RequiresIndexDocuments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresIndexDocuments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RequiresIndexDocuments", "sensitive" : false, "setterDocumentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.", "setterMethodName" : "setRequiresIndexDocuments", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessing", "beanStyleSetterMethodName" : "setProcessing", "c2jName" : "Processing", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\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 #processing(Boolean)}.\n@param processing 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 #processing(Boolean)", "deprecated" : false, "documentation" : "

True if processing is being done to activate the current domain configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "processing", "fluentSetterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processing", "getterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@return True if processing is being done to activate the current domain configuration.", "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" : "Processing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Processing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Processing", "sensitive" : false, "setterDocumentation" : "

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.", "setterMethodName" : "setProcessing", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "

True if processing is being done to activate the current domain configuration.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchInstanceType", "beanStyleSetterMethodName" : "setSearchInstanceType", "c2jName" : "SearchInstanceType", "c2jShape" : "SearchInstanceType", "defaultConsumerFluentSetterDocumentation" : "

The instance type that is being used to process search requests.

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

The instance type that is being used to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceType", "fluentSetterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceType", "getterDocumentation" : "

The instance type that is being used to process search requests.

\n@return The instance type that is being used to process search requests.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SearchInstanceType", "sensitive" : false, "setterDocumentation" : "

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.", "setterMethodName" : "setSearchInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "

The instance type that is being used to process search requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchPartitionCount", "beanStyleSetterMethodName" : "setSearchPartitionCount", "c2jName" : "SearchPartitionCount", "c2jShape" : "PartitionCount", "defaultConsumerFluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

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

The number of partitions across which the search index is spread.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchPartitionCount", "fluentSetterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchPartitionCount", "getterDocumentation" : "

The number of partitions across which the search index is spread.

\n@return The number of partitions across which the search index is spread.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchPartitionCount", "sensitive" : false, "setterDocumentation" : "

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.", "setterMethodName" : "setSearchPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "

The number of partitions across which the search index is spread.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSearchInstanceCount", "beanStyleSetterMethodName" : "setSearchInstanceCount", "c2jName" : "SearchInstanceCount", "c2jShape" : "InstanceCount", "defaultConsumerFluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

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

The number of search instances that are available to process search requests.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchInstanceCount", "fluentSetterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchInstanceCount", "getterDocumentation" : "

The number of search instances that are available to process search requests.

\n@return The number of search instances that are available to process search requests.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SearchInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "SearchInstanceCount", "sensitive" : false, "setterDocumentation" : "

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.", "setterMethodName" : "setSearchInstanceCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "

The number of search instances that are available to process search requests.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\nThis is a convenience that creates an instance of the {@link Limits.Builder} avoiding the need to create one manually via {@link Limits#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limits.Builder#build()} is called immediately and its result is passed to {@link #limits(Limits)}.\n@param limits a consumer that will call methods on {@link Limits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(Limits)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "Returns the value of the Limits property for this object.\n@return The value of the Limits property for this object.", "getterModel" : { "returnType" : "Limits", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "Sets the value of the Limits property for this object.\n\n@param limits The new value for the Limits property for this object.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : null, "simpleType" : "Limits", "variableSetterType" : "Limits" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainId", "DomainName", "RequiresIndexDocuments" ], "shapeName" : "DomainStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : null, "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "wrapper" : false }, "DoubleArrayOptions" : { "c2jName" : "DoubleArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of double-precision 64-bit floating point values. Present if IndexFieldType specifies the field is of type double-array. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Double", "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 Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "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" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "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" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Double", "variableSetterType" : "Double" }, "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, "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, "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, "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, "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" : "Double", "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 Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "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" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "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" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Double", "variableSetterType" : "Double" }, "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, "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, "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, "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, "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" : "Double", "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 Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "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" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "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" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Double", "variableSetterType" : "Double" }, "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, "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, "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, "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, "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" : "DoubleArrayOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : null, "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "wrapper" : false }, "DoubleOptions" : { "c2jName" : "DoubleOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a double-precision 64-bit floating point field. Present if IndexFieldType specifies the field is of type double. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field 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, "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, "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, "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, "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" : "Double", "defaultConsumerFluentSetterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "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, "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, "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, "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, "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" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.

\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Double", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field 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, "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, "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, "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, "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" : "DoubleOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : null, "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "wrapper" : false }, "Expression" : { "c2jName" : "Expression", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExpressionName", "beanStyleSetterMethodName" : "setExpressionName", "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionName", "fluentSetterDocumentation" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionName", "getterDocumentation" : "Returns the value of the ExpressionName property for this object.\n@return The value of the ExpressionName 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" : "ExpressionName", "queryString" : 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" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpressionValue", "beanStyleSetterMethodName" : "setExpressionValue", "c2jName" : "ExpressionValue", "c2jShape" : "ExpressionValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionValue 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 #expressionValue(String)}.\n@param expressionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionValue(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionValue", "fluentSetterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionValue", "getterDocumentation" : "Returns the value of the ExpressionValue property for this object.\n@return The value of the ExpressionValue 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" : "ExpressionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpressionValue", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.", "setterMethodName" : "setExpressionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpressionName" : { "beanStyleGetterMethodName" : "getExpressionName", "beanStyleSetterMethodName" : "setExpressionName", "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionName", "fluentSetterDocumentation" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionName", "getterDocumentation" : "Returns the value of the ExpressionName property for this object.\n@return The value of the ExpressionName 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" : "ExpressionName", "queryString" : 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" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpressionValue" : { "beanStyleGetterMethodName" : "getExpressionValue", "beanStyleSetterMethodName" : "setExpressionValue", "c2jName" : "ExpressionValue", "c2jShape" : "ExpressionValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionValue 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 #expressionValue(String)}.\n@param expressionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionValue(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionValue", "fluentSetterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionValue", "getterDocumentation" : "Returns the value of the ExpressionValue property for this object.\n@return The value of the ExpressionValue 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" : "ExpressionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpressionValue", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.", "setterMethodName" : "setExpressionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExpressionName", "beanStyleSetterMethodName" : "setExpressionName", "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionName", "fluentSetterDocumentation" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionName", "getterDocumentation" : "Returns the value of the ExpressionName property for this object.\n@return The value of the ExpressionName 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" : "ExpressionName", "queryString" : 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" : "Sets the value of the ExpressionName property for this object.\n\n@param expressionName The new value for the ExpressionName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpressionValue", "beanStyleSetterMethodName" : "setExpressionValue", "c2jName" : "ExpressionValue", "c2jShape" : "ExpressionValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpressionValue 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 #expressionValue(String)}.\n@param expressionValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expressionValue(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expressionValue", "fluentSetterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expressionValue", "getterDocumentation" : "Returns the value of the ExpressionValue property for this object.\n@return The value of the ExpressionValue 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" : "ExpressionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpressionValue", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpressionValue property for this object.\n\n@param expressionValue The new value for the ExpressionValue property for this object.", "setterMethodName" : "setExpressionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ExpressionName", "ExpressionValue" ], "shapeName" : "Expression", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : null, "simpleType" : "Expression", "variableSetterType" : "Expression" }, "wrapper" : false }, "ExpressionStatus" : { "c2jName" : "ExpressionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The value of an Expression and its current status.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "Expression", "defaultConsumerFluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\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 #options(Expression)}.\n@param options 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 #options(Expression)", "deprecated" : false, "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@return The expression that is evaluated for sorting while processing a search request.", "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" : "Options", "queryString" : 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" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : null, "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "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, "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" : "Expression", "defaultConsumerFluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\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 #options(Expression)}.\n@param options 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 #options(Expression)", "deprecated" : false, "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@return The expression that is evaluated for sorting while processing a search request.", "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" : "Options", "queryString" : 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" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : null, "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "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, "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" : "Expression", "defaultConsumerFluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\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 #options(Expression)}.\n@param options 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 #options(Expression)", "deprecated" : false, "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

The expression that is evaluated for sorting while processing a search request.

\n@return The expression that is evaluated for sorting while processing a search request.", "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" : "Options", "queryString" : 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" : "

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : null, "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "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, "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" : "ExpressionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expressionStatus", "variableType" : "ExpressionStatus", "documentation" : null, "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "wrapper" : false }, "IndexDocumentsRequest" : { "c2jName" : "IndexDocumentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Container for the parameters to the IndexDocuments operation. Specifies the name of the domain you want to re-index.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "IndexDocuments", "locationName" : null, "requestUri" : "/", "target" : "IndexDocuments", "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, "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, "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, "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" : "IndexDocumentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IndexDocumentsRequest", "variableName" : "indexDocumentsRequest", "variableType" : "IndexDocumentsRequest", "documentation" : null, "simpleType" : "IndexDocumentsRequest", "variableSetterType" : "IndexDocumentsRequest" }, "wrapper" : false }, "IndexDocumentsResponse" : { "c2jName" : "IndexDocumentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "FieldNameList", "defaultConsumerFluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\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" : "

The names of the fields that are currently being indexed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

The names of the fields that are currently being indexed.

\n

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

\n@return The names of the fields that are currently being indexed.", "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, "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, "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" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.", "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" : "

The names of the fields that are currently being indexed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldNames" : { "beanStyleGetterMethodName" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "FieldNameList", "defaultConsumerFluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\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" : "

The names of the fields that are currently being indexed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

The names of the fields that are currently being indexed.

\n

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

\n@return The names of the fields that are currently being indexed.", "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, "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, "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" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.", "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" : "

The names of the fields that are currently being indexed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFieldNames", "beanStyleSetterMethodName" : "setFieldNames", "c2jName" : "FieldNames", "c2jShape" : "FieldNameList", "defaultConsumerFluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\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" : "

The names of the fields that are currently being indexed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fieldNames", "fluentSetterDocumentation" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fieldNames", "getterDocumentation" : "

The names of the fields that are currently being indexed.

\n

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

\n@return The names of the fields that are currently being indexed.", "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, "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, "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" : "

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.", "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" : "

The names of the fields that are currently being indexed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexDocumentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "IndexDocumentsResult" }, "variable" : { "variableDeclarationType" : "IndexDocumentsResponse", "variableName" : "indexDocumentsResponse", "variableType" : "IndexDocumentsResponse", "documentation" : null, "simpleType" : "IndexDocumentsResponse", "variableSetterType" : "IndexDocumentsResponse" }, "wrapper" : false }, "IndexField" : { "c2jName" : "IndexField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getIndexFieldName", "beanStyleSetterMethodName" : "setIndexFieldName", "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "defaultConsumerFluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFieldName", "fluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFieldName", "getterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@return A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "getterModel" : { "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, "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexFieldTypeAsString", "beanStyleSetterMethodName" : "setIndexFieldType", "c2jName" : "IndexFieldType", "c2jShape" : "IndexFieldType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexFieldType 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 #indexFieldTypeAsString(String)}.\n@param indexFieldType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldType(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "IndexFieldType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "indexFieldType", "fluentEnumSetterMethodName" : "indexFieldType", "fluentGetterMethodName" : "indexFieldTypeAsString", "fluentSetterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType", "fluentSetterMethodName" : "indexFieldType", "getterDocumentation" : "Returns the value of the IndexFieldType property for this object.\n

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

\n@return The value of the IndexFieldType property for this object.\n@see IndexFieldType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexFieldType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IndexFieldType", "sensitive" : false, "setterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType", "setterMethodName" : "setIndexFieldType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIntOptions", "beanStyleSetterMethodName" : "setIntOptions", "c2jName" : "IntOptions", "c2jShape" : "IntOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntOptions.Builder} avoiding the need to create one manually via {@link IntOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntOptions.Builder#build()} is called immediately and its result is passed to {@link #intOptions(IntOptions)}.\n@param intOptions a consumer that will call methods on {@link IntOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intOptions(IntOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intOptions", "fluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intOptions", "getterDocumentation" : "Returns the value of the IntOptions property for this object.\n@return The value of the IntOptions property for this object.", "getterModel" : { "returnType" : "IntOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.", "setterMethodName" : "setIntOptions", "setterModel" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : null, "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDoubleOptions", "beanStyleSetterMethodName" : "setDoubleOptions", "c2jName" : "DoubleOptions", "c2jShape" : "DoubleOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleOptions.Builder} avoiding the need to create one manually via {@link DoubleOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleOptions(DoubleOptions)}.\n@param doubleOptions a consumer that will call methods on {@link DoubleOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleOptions(DoubleOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleOptions", "getterDocumentation" : "Returns the value of the DoubleOptions property for this object.\n@return The value of the DoubleOptions property for this object.", "getterModel" : { "returnType" : "DoubleOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.", "setterMethodName" : "setDoubleOptions", "setterModel" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : null, "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLiteralOptions", "beanStyleSetterMethodName" : "setLiteralOptions", "c2jName" : "LiteralOptions", "c2jShape" : "LiteralOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralOptions.Builder} avoiding the need to create one manually via {@link LiteralOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralOptions.Builder#build()} is called immediately and its result is passed to {@link #literalOptions(LiteralOptions)}.\n@param literalOptions a consumer that will call methods on {@link LiteralOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalOptions(LiteralOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalOptions", "getterDocumentation" : "Returns the value of the LiteralOptions property for this object.\n@return The value of the LiteralOptions property for this object.", "getterModel" : { "returnType" : "LiteralOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.", "setterMethodName" : "setLiteralOptions", "setterModel" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : null, "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextOptions", "beanStyleSetterMethodName" : "setTextOptions", "c2jName" : "TextOptions", "c2jShape" : "TextOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextOptions.Builder} avoiding the need to create one manually via {@link TextOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextOptions.Builder#build()} is called immediately and its result is passed to {@link #textOptions(TextOptions)}.\n@param textOptions a consumer that will call methods on {@link TextOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textOptions(TextOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textOptions", "fluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textOptions", "getterDocumentation" : "Returns the value of the TextOptions property for this object.\n@return The value of the TextOptions property for this object.", "getterModel" : { "returnType" : "TextOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.", "setterMethodName" : "setTextOptions", "setterModel" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : null, "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateOptions", "beanStyleSetterMethodName" : "setDateOptions", "c2jName" : "DateOptions", "c2jShape" : "DateOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateOptions.Builder} avoiding the need to create one manually via {@link DateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateOptions.Builder#build()} is called immediately and its result is passed to {@link #dateOptions(DateOptions)}.\n@param dateOptions a consumer that will call methods on {@link DateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateOptions(DateOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateOptions", "fluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateOptions", "getterDocumentation" : "Returns the value of the DateOptions property for this object.\n@return The value of the DateOptions property for this object.", "getterModel" : { "returnType" : "DateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.", "setterMethodName" : "setDateOptions", "setterModel" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : null, "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLatLonOptions", "beanStyleSetterMethodName" : "setLatLonOptions", "c2jName" : "LatLonOptions", "c2jShape" : "LatLonOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LatLonOptions.Builder} avoiding the need to create one manually via {@link LatLonOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LatLonOptions.Builder#build()} is called immediately and its result is passed to {@link #latLonOptions(LatLonOptions)}.\n@param latLonOptions a consumer that will call methods on {@link LatLonOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latLonOptions(LatLonOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latLonOptions", "fluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latLonOptions", "getterDocumentation" : "Returns the value of the LatLonOptions property for this object.\n@return The value of the LatLonOptions property for this object.", "getterModel" : { "returnType" : "LatLonOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LatLonOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatLonOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LatLonOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.", "setterMethodName" : "setLatLonOptions", "setterModel" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : null, "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIntArrayOptions", "beanStyleSetterMethodName" : "setIntArrayOptions", "c2jName" : "IntArrayOptions", "c2jShape" : "IntArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntArrayOptions.Builder} avoiding the need to create one manually via {@link IntArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #intArrayOptions(IntArrayOptions)}.\n@param intArrayOptions a consumer that will call methods on {@link IntArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intArrayOptions(IntArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intArrayOptions", "fluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intArrayOptions", "getterDocumentation" : "Returns the value of the IntArrayOptions property for this object.\n@return The value of the IntArrayOptions property for this object.", "getterModel" : { "returnType" : "IntArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.", "setterMethodName" : "setIntArrayOptions", "setterModel" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : null, "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDoubleArrayOptions", "beanStyleSetterMethodName" : "setDoubleArrayOptions", "c2jName" : "DoubleArrayOptions", "c2jShape" : "DoubleArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleArrayOptions.Builder} avoiding the need to create one manually via {@link DoubleArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleArrayOptions(DoubleArrayOptions)}.\n@param doubleArrayOptions a consumer that will call methods on {@link DoubleArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleArrayOptions(DoubleArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleArrayOptions", "getterDocumentation" : "Returns the value of the DoubleArrayOptions property for this object.\n@return The value of the DoubleArrayOptions property for this object.", "getterModel" : { "returnType" : "DoubleArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.", "setterMethodName" : "setDoubleArrayOptions", "setterModel" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : null, "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLiteralArrayOptions", "beanStyleSetterMethodName" : "setLiteralArrayOptions", "c2jName" : "LiteralArrayOptions", "c2jShape" : "LiteralArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralArrayOptions.Builder} avoiding the need to create one manually via {@link LiteralArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #literalArrayOptions(LiteralArrayOptions)}.\n@param literalArrayOptions a consumer that will call methods on {@link LiteralArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalArrayOptions(LiteralArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalArrayOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalArrayOptions", "getterDocumentation" : "Returns the value of the LiteralArrayOptions property for this object.\n@return The value of the LiteralArrayOptions property for this object.", "getterModel" : { "returnType" : "LiteralArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.", "setterMethodName" : "setLiteralArrayOptions", "setterModel" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : null, "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextArrayOptions", "beanStyleSetterMethodName" : "setTextArrayOptions", "c2jName" : "TextArrayOptions", "c2jShape" : "TextArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextArrayOptions.Builder} avoiding the need to create one manually via {@link TextArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #textArrayOptions(TextArrayOptions)}.\n@param textArrayOptions a consumer that will call methods on {@link TextArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textArrayOptions(TextArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textArrayOptions", "fluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textArrayOptions", "getterDocumentation" : "Returns the value of the TextArrayOptions property for this object.\n@return The value of the TextArrayOptions property for this object.", "getterModel" : { "returnType" : "TextArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.", "setterMethodName" : "setTextArrayOptions", "setterModel" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : null, "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateArrayOptions", "beanStyleSetterMethodName" : "setDateArrayOptions", "c2jName" : "DateArrayOptions", "c2jShape" : "DateArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateArrayOptions.Builder} avoiding the need to create one manually via {@link DateArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #dateArrayOptions(DateArrayOptions)}.\n@param dateArrayOptions a consumer that will call methods on {@link DateArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateArrayOptions(DateArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateArrayOptions", "getterDocumentation" : "Returns the value of the DateArrayOptions property for this object.\n@return The value of the DateArrayOptions property for this object.", "getterModel" : { "returnType" : "DateArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.", "setterMethodName" : "setDateArrayOptions", "setterModel" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : null, "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DateArrayOptions" : { "beanStyleGetterMethodName" : "getDateArrayOptions", "beanStyleSetterMethodName" : "setDateArrayOptions", "c2jName" : "DateArrayOptions", "c2jShape" : "DateArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateArrayOptions.Builder} avoiding the need to create one manually via {@link DateArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #dateArrayOptions(DateArrayOptions)}.\n@param dateArrayOptions a consumer that will call methods on {@link DateArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateArrayOptions(DateArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateArrayOptions", "getterDocumentation" : "Returns the value of the DateArrayOptions property for this object.\n@return The value of the DateArrayOptions property for this object.", "getterModel" : { "returnType" : "DateArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.", "setterMethodName" : "setDateArrayOptions", "setterModel" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : null, "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "xmlNameSpaceUri" : null }, "DateOptions" : { "beanStyleGetterMethodName" : "getDateOptions", "beanStyleSetterMethodName" : "setDateOptions", "c2jName" : "DateOptions", "c2jShape" : "DateOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateOptions.Builder} avoiding the need to create one manually via {@link DateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateOptions.Builder#build()} is called immediately and its result is passed to {@link #dateOptions(DateOptions)}.\n@param dateOptions a consumer that will call methods on {@link DateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateOptions(DateOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateOptions", "fluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateOptions", "getterDocumentation" : "Returns the value of the DateOptions property for this object.\n@return The value of the DateOptions property for this object.", "getterModel" : { "returnType" : "DateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.", "setterMethodName" : "setDateOptions", "setterModel" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : null, "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "xmlNameSpaceUri" : null }, "DoubleArrayOptions" : { "beanStyleGetterMethodName" : "getDoubleArrayOptions", "beanStyleSetterMethodName" : "setDoubleArrayOptions", "c2jName" : "DoubleArrayOptions", "c2jShape" : "DoubleArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleArrayOptions.Builder} avoiding the need to create one manually via {@link DoubleArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleArrayOptions(DoubleArrayOptions)}.\n@param doubleArrayOptions a consumer that will call methods on {@link DoubleArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleArrayOptions(DoubleArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleArrayOptions", "getterDocumentation" : "Returns the value of the DoubleArrayOptions property for this object.\n@return The value of the DoubleArrayOptions property for this object.", "getterModel" : { "returnType" : "DoubleArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.", "setterMethodName" : "setDoubleArrayOptions", "setterModel" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : null, "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "xmlNameSpaceUri" : null }, "DoubleOptions" : { "beanStyleGetterMethodName" : "getDoubleOptions", "beanStyleSetterMethodName" : "setDoubleOptions", "c2jName" : "DoubleOptions", "c2jShape" : "DoubleOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleOptions.Builder} avoiding the need to create one manually via {@link DoubleOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleOptions(DoubleOptions)}.\n@param doubleOptions a consumer that will call methods on {@link DoubleOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleOptions(DoubleOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleOptions", "getterDocumentation" : "Returns the value of the DoubleOptions property for this object.\n@return The value of the DoubleOptions property for this object.", "getterModel" : { "returnType" : "DoubleOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.", "setterMethodName" : "setDoubleOptions", "setterModel" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : null, "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "xmlNameSpaceUri" : null }, "IndexFieldName" : { "beanStyleGetterMethodName" : "getIndexFieldName", "beanStyleSetterMethodName" : "setIndexFieldName", "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "defaultConsumerFluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFieldName", "fluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFieldName", "getterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@return A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "getterModel" : { "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, "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexFieldType" : { "beanStyleGetterMethodName" : "getIndexFieldTypeAsString", "beanStyleSetterMethodName" : "setIndexFieldType", "c2jName" : "IndexFieldType", "c2jShape" : "IndexFieldType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexFieldType 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 #indexFieldTypeAsString(String)}.\n@param indexFieldType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldType(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "IndexFieldType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "indexFieldType", "fluentEnumSetterMethodName" : "indexFieldType", "fluentGetterMethodName" : "indexFieldTypeAsString", "fluentSetterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType", "fluentSetterMethodName" : "indexFieldType", "getterDocumentation" : "Returns the value of the IndexFieldType property for this object.\n

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

\n@return The value of the IndexFieldType property for this object.\n@see IndexFieldType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexFieldType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IndexFieldType", "sensitive" : false, "setterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType", "setterMethodName" : "setIndexFieldType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IntArrayOptions" : { "beanStyleGetterMethodName" : "getIntArrayOptions", "beanStyleSetterMethodName" : "setIntArrayOptions", "c2jName" : "IntArrayOptions", "c2jShape" : "IntArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntArrayOptions.Builder} avoiding the need to create one manually via {@link IntArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #intArrayOptions(IntArrayOptions)}.\n@param intArrayOptions a consumer that will call methods on {@link IntArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intArrayOptions(IntArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intArrayOptions", "fluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intArrayOptions", "getterDocumentation" : "Returns the value of the IntArrayOptions property for this object.\n@return The value of the IntArrayOptions property for this object.", "getterModel" : { "returnType" : "IntArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.", "setterMethodName" : "setIntArrayOptions", "setterModel" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : null, "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "xmlNameSpaceUri" : null }, "IntOptions" : { "beanStyleGetterMethodName" : "getIntOptions", "beanStyleSetterMethodName" : "setIntOptions", "c2jName" : "IntOptions", "c2jShape" : "IntOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntOptions.Builder} avoiding the need to create one manually via {@link IntOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntOptions.Builder#build()} is called immediately and its result is passed to {@link #intOptions(IntOptions)}.\n@param intOptions a consumer that will call methods on {@link IntOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intOptions(IntOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intOptions", "fluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intOptions", "getterDocumentation" : "Returns the value of the IntOptions property for this object.\n@return The value of the IntOptions property for this object.", "getterModel" : { "returnType" : "IntOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.", "setterMethodName" : "setIntOptions", "setterModel" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : null, "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "xmlNameSpaceUri" : null }, "LatLonOptions" : { "beanStyleGetterMethodName" : "getLatLonOptions", "beanStyleSetterMethodName" : "setLatLonOptions", "c2jName" : "LatLonOptions", "c2jShape" : "LatLonOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LatLonOptions.Builder} avoiding the need to create one manually via {@link LatLonOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LatLonOptions.Builder#build()} is called immediately and its result is passed to {@link #latLonOptions(LatLonOptions)}.\n@param latLonOptions a consumer that will call methods on {@link LatLonOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latLonOptions(LatLonOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latLonOptions", "fluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latLonOptions", "getterDocumentation" : "Returns the value of the LatLonOptions property for this object.\n@return The value of the LatLonOptions property for this object.", "getterModel" : { "returnType" : "LatLonOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LatLonOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatLonOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LatLonOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.", "setterMethodName" : "setLatLonOptions", "setterModel" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : null, "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "xmlNameSpaceUri" : null }, "LiteralArrayOptions" : { "beanStyleGetterMethodName" : "getLiteralArrayOptions", "beanStyleSetterMethodName" : "setLiteralArrayOptions", "c2jName" : "LiteralArrayOptions", "c2jShape" : "LiteralArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralArrayOptions.Builder} avoiding the need to create one manually via {@link LiteralArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #literalArrayOptions(LiteralArrayOptions)}.\n@param literalArrayOptions a consumer that will call methods on {@link LiteralArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalArrayOptions(LiteralArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalArrayOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalArrayOptions", "getterDocumentation" : "Returns the value of the LiteralArrayOptions property for this object.\n@return The value of the LiteralArrayOptions property for this object.", "getterModel" : { "returnType" : "LiteralArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.", "setterMethodName" : "setLiteralArrayOptions", "setterModel" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : null, "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "xmlNameSpaceUri" : null }, "LiteralOptions" : { "beanStyleGetterMethodName" : "getLiteralOptions", "beanStyleSetterMethodName" : "setLiteralOptions", "c2jName" : "LiteralOptions", "c2jShape" : "LiteralOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralOptions.Builder} avoiding the need to create one manually via {@link LiteralOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralOptions.Builder#build()} is called immediately and its result is passed to {@link #literalOptions(LiteralOptions)}.\n@param literalOptions a consumer that will call methods on {@link LiteralOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalOptions(LiteralOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalOptions", "getterDocumentation" : "Returns the value of the LiteralOptions property for this object.\n@return The value of the LiteralOptions property for this object.", "getterModel" : { "returnType" : "LiteralOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.", "setterMethodName" : "setLiteralOptions", "setterModel" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : null, "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "xmlNameSpaceUri" : null }, "TextArrayOptions" : { "beanStyleGetterMethodName" : "getTextArrayOptions", "beanStyleSetterMethodName" : "setTextArrayOptions", "c2jName" : "TextArrayOptions", "c2jShape" : "TextArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextArrayOptions.Builder} avoiding the need to create one manually via {@link TextArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #textArrayOptions(TextArrayOptions)}.\n@param textArrayOptions a consumer that will call methods on {@link TextArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textArrayOptions(TextArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textArrayOptions", "fluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textArrayOptions", "getterDocumentation" : "Returns the value of the TextArrayOptions property for this object.\n@return The value of the TextArrayOptions property for this object.", "getterModel" : { "returnType" : "TextArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.", "setterMethodName" : "setTextArrayOptions", "setterModel" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : null, "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "xmlNameSpaceUri" : null }, "TextOptions" : { "beanStyleGetterMethodName" : "getTextOptions", "beanStyleSetterMethodName" : "setTextOptions", "c2jName" : "TextOptions", "c2jShape" : "TextOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextOptions.Builder} avoiding the need to create one manually via {@link TextOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextOptions.Builder#build()} is called immediately and its result is passed to {@link #textOptions(TextOptions)}.\n@param textOptions a consumer that will call methods on {@link TextOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textOptions(TextOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textOptions", "fluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textOptions", "getterDocumentation" : "Returns the value of the TextOptions property for this object.\n@return The value of the TextOptions property for this object.", "getterModel" : { "returnType" : "TextOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.", "setterMethodName" : "setTextOptions", "setterModel" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : null, "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getIndexFieldName", "beanStyleSetterMethodName" : "setIndexFieldName", "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "defaultConsumerFluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "indexFieldName", "fluentSetterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "indexFieldName", "getterDocumentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@return A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "getterModel" : { "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, "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.", "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" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIndexFieldTypeAsString", "beanStyleSetterMethodName" : "setIndexFieldType", "c2jName" : "IndexFieldType", "c2jShape" : "IndexFieldType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IndexFieldType 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 #indexFieldTypeAsString(String)}.\n@param indexFieldType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #indexFieldType(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "IndexFieldType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "indexFieldType", "fluentEnumSetterMethodName" : "indexFieldType", "fluentGetterMethodName" : "indexFieldTypeAsString", "fluentSetterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType", "fluentSetterMethodName" : "indexFieldType", "getterDocumentation" : "Returns the value of the IndexFieldType property for this object.\n

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

\n@return The value of the IndexFieldType property for this object.\n@see IndexFieldType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IndexFieldType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IndexFieldType", "sensitive" : false, "setterDocumentation" : "Sets the value of the IndexFieldType property for this object.\n\n@param indexFieldType The new value for the IndexFieldType property for this object.\n@see IndexFieldType", "setterMethodName" : "setIndexFieldType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIntOptions", "beanStyleSetterMethodName" : "setIntOptions", "c2jName" : "IntOptions", "c2jShape" : "IntOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntOptions.Builder} avoiding the need to create one manually via {@link IntOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntOptions.Builder#build()} is called immediately and its result is passed to {@link #intOptions(IntOptions)}.\n@param intOptions a consumer that will call methods on {@link IntOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intOptions(IntOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intOptions", "fluentSetterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intOptions", "getterDocumentation" : "Returns the value of the IntOptions property for this object.\n@return The value of the IntOptions property for this object.", "getterModel" : { "returnType" : "IntOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntOptions property for this object.\n\n@param intOptions The new value for the IntOptions property for this object.", "setterMethodName" : "setIntOptions", "setterModel" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : null, "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDoubleOptions", "beanStyleSetterMethodName" : "setDoubleOptions", "c2jName" : "DoubleOptions", "c2jShape" : "DoubleOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleOptions.Builder} avoiding the need to create one manually via {@link DoubleOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleOptions(DoubleOptions)}.\n@param doubleOptions a consumer that will call methods on {@link DoubleOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleOptions(DoubleOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleOptions", "getterDocumentation" : "Returns the value of the DoubleOptions property for this object.\n@return The value of the DoubleOptions property for this object.", "getterModel" : { "returnType" : "DoubleOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleOptions property for this object.\n\n@param doubleOptions The new value for the DoubleOptions property for this object.", "setterMethodName" : "setDoubleOptions", "setterModel" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : null, "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLiteralOptions", "beanStyleSetterMethodName" : "setLiteralOptions", "c2jName" : "LiteralOptions", "c2jShape" : "LiteralOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralOptions.Builder} avoiding the need to create one manually via {@link LiteralOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralOptions.Builder#build()} is called immediately and its result is passed to {@link #literalOptions(LiteralOptions)}.\n@param literalOptions a consumer that will call methods on {@link LiteralOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalOptions(LiteralOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalOptions", "getterDocumentation" : "Returns the value of the LiteralOptions property for this object.\n@return The value of the LiteralOptions property for this object.", "getterModel" : { "returnType" : "LiteralOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralOptions property for this object.\n\n@param literalOptions The new value for the LiteralOptions property for this object.", "setterMethodName" : "setLiteralOptions", "setterModel" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : null, "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextOptions", "beanStyleSetterMethodName" : "setTextOptions", "c2jName" : "TextOptions", "c2jShape" : "TextOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextOptions.Builder} avoiding the need to create one manually via {@link TextOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextOptions.Builder#build()} is called immediately and its result is passed to {@link #textOptions(TextOptions)}.\n@param textOptions a consumer that will call methods on {@link TextOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textOptions(TextOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textOptions", "fluentSetterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textOptions", "getterDocumentation" : "Returns the value of the TextOptions property for this object.\n@return The value of the TextOptions property for this object.", "getterModel" : { "returnType" : "TextOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextOptions property for this object.\n\n@param textOptions The new value for the TextOptions property for this object.", "setterMethodName" : "setTextOptions", "setterModel" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : null, "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateOptions", "beanStyleSetterMethodName" : "setDateOptions", "c2jName" : "DateOptions", "c2jShape" : "DateOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateOptions.Builder} avoiding the need to create one manually via {@link DateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateOptions.Builder#build()} is called immediately and its result is passed to {@link #dateOptions(DateOptions)}.\n@param dateOptions a consumer that will call methods on {@link DateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateOptions(DateOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateOptions", "fluentSetterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateOptions", "getterDocumentation" : "Returns the value of the DateOptions property for this object.\n@return The value of the DateOptions property for this object.", "getterModel" : { "returnType" : "DateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateOptions property for this object.\n\n@param dateOptions The new value for the DateOptions property for this object.", "setterMethodName" : "setDateOptions", "setterModel" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : null, "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLatLonOptions", "beanStyleSetterMethodName" : "setLatLonOptions", "c2jName" : "LatLonOptions", "c2jShape" : "LatLonOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LatLonOptions.Builder} avoiding the need to create one manually via {@link LatLonOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LatLonOptions.Builder#build()} is called immediately and its result is passed to {@link #latLonOptions(LatLonOptions)}.\n@param latLonOptions a consumer that will call methods on {@link LatLonOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latLonOptions(LatLonOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latLonOptions", "fluentSetterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latLonOptions", "getterDocumentation" : "Returns the value of the LatLonOptions property for this object.\n@return The value of the LatLonOptions property for this object.", "getterModel" : { "returnType" : "LatLonOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LatLonOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatLonOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LatLonOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LatLonOptions property for this object.\n\n@param latLonOptions The new value for the LatLonOptions property for this object.", "setterMethodName" : "setLatLonOptions", "setterModel" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : null, "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIntArrayOptions", "beanStyleSetterMethodName" : "setIntArrayOptions", "c2jName" : "IntArrayOptions", "c2jShape" : "IntArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link IntArrayOptions.Builder} avoiding the need to create one manually via {@link IntArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link IntArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #intArrayOptions(IntArrayOptions)}.\n@param intArrayOptions a consumer that will call methods on {@link IntArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #intArrayOptions(IntArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "intArrayOptions", "fluentSetterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "intArrayOptions", "getterDocumentation" : "Returns the value of the IntArrayOptions property for this object.\n@return The value of the IntArrayOptions property for this object.", "getterModel" : { "returnType" : "IntArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IntArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "IntArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the IntArrayOptions property for this object.\n\n@param intArrayOptions The new value for the IntArrayOptions property for this object.", "setterMethodName" : "setIntArrayOptions", "setterModel" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : null, "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDoubleArrayOptions", "beanStyleSetterMethodName" : "setDoubleArrayOptions", "c2jName" : "DoubleArrayOptions", "c2jShape" : "DoubleArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DoubleArrayOptions.Builder} avoiding the need to create one manually via {@link DoubleArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DoubleArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #doubleArrayOptions(DoubleArrayOptions)}.\n@param doubleArrayOptions a consumer that will call methods on {@link DoubleArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #doubleArrayOptions(DoubleArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "doubleArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "doubleArrayOptions", "getterDocumentation" : "Returns the value of the DoubleArrayOptions property for this object.\n@return The value of the DoubleArrayOptions property for this object.", "getterModel" : { "returnType" : "DoubleArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DoubleArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DoubleArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DoubleArrayOptions property for this object.\n\n@param doubleArrayOptions The new value for the DoubleArrayOptions property for this object.", "setterMethodName" : "setDoubleArrayOptions", "setterModel" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : null, "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLiteralArrayOptions", "beanStyleSetterMethodName" : "setLiteralArrayOptions", "c2jName" : "LiteralArrayOptions", "c2jShape" : "LiteralArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link LiteralArrayOptions.Builder} avoiding the need to create one manually via {@link LiteralArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link LiteralArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #literalArrayOptions(LiteralArrayOptions)}.\n@param literalArrayOptions a consumer that will call methods on {@link LiteralArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #literalArrayOptions(LiteralArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "literalArrayOptions", "fluentSetterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "literalArrayOptions", "getterDocumentation" : "Returns the value of the LiteralArrayOptions property for this object.\n@return The value of the LiteralArrayOptions property for this object.", "getterModel" : { "returnType" : "LiteralArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LiteralArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LiteralArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the LiteralArrayOptions property for this object.\n\n@param literalArrayOptions The new value for the LiteralArrayOptions property for this object.", "setterMethodName" : "setLiteralArrayOptions", "setterModel" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : null, "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTextArrayOptions", "beanStyleSetterMethodName" : "setTextArrayOptions", "c2jName" : "TextArrayOptions", "c2jShape" : "TextArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link TextArrayOptions.Builder} avoiding the need to create one manually via {@link TextArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link TextArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #textArrayOptions(TextArrayOptions)}.\n@param textArrayOptions a consumer that will call methods on {@link TextArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #textArrayOptions(TextArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "textArrayOptions", "fluentSetterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "textArrayOptions", "getterDocumentation" : "Returns the value of the TextArrayOptions property for this object.\n@return The value of the TextArrayOptions property for this object.", "getterModel" : { "returnType" : "TextArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TextArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TextArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the TextArrayOptions property for this object.\n\n@param textArrayOptions The new value for the TextArrayOptions property for this object.", "setterMethodName" : "setTextArrayOptions", "setterModel" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : null, "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDateArrayOptions", "beanStyleSetterMethodName" : "setDateArrayOptions", "c2jName" : "DateArrayOptions", "c2jShape" : "DateArrayOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DateArrayOptions.Builder} avoiding the need to create one manually via {@link DateArrayOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateArrayOptions.Builder#build()} is called immediately and its result is passed to {@link #dateArrayOptions(DateArrayOptions)}.\n@param dateArrayOptions a consumer that will call methods on {@link DateArrayOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateArrayOptions(DateArrayOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateArrayOptions", "fluentSetterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateArrayOptions", "getterDocumentation" : "Returns the value of the DateArrayOptions property for this object.\n@return The value of the DateArrayOptions property for this object.", "getterModel" : { "returnType" : "DateArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateArrayOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DateArrayOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DateArrayOptions property for this object.\n\n@param dateArrayOptions The new value for the DateArrayOptions property for this object.", "setterMethodName" : "setDateArrayOptions", "setterModel" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : null, "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexFieldName", "IndexFieldType" ], "shapeName" : "IndexField", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : null, "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "wrapper" : false }, "IndexFieldStatus" : { "c2jName" : "IndexFieldStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The value of an IndexField and its current status.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "IndexField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\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 #options(IndexField)}.\n@param options 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 #options(IndexField)", "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" : "IndexField", "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, "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" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : null, "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "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, "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" : "IndexField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\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 #options(IndexField)}.\n@param options 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 #options(IndexField)", "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" : "IndexField", "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, "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" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : null, "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "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, "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" : "IndexField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\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 #options(IndexField)}.\n@param options 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 #options(IndexField)", "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" : "IndexField", "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, "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" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : null, "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "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, "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" : "IndexFieldStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexFieldStatus", "variableType" : "IndexFieldStatus", "documentation" : null, "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "wrapper" : false }, "IndexFieldType" : { "c2jName" : "IndexFieldType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

", "endpointDiscovery" : null, "enums" : [ { "name" : "INT", "value" : "int" }, { "name" : "DOUBLE", "value" : "double" }, { "name" : "LITERAL", "value" : "literal" }, { "name" : "TEXT", "value" : "text" }, { "name" : "DATE", "value" : "date" }, { "name" : "LATLON", "value" : "latlon" }, { "name" : "INT_ARRAY", "value" : "int-array" }, { "name" : "DOUBLE_ARRAY", "value" : "double-array" }, { "name" : "LITERAL_ARRAY", "value" : "literal-array" }, { "name" : "TEXT_ARRAY", "value" : "text-array" }, { "name" : "DATE_ARRAY", "value" : "date-array" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexFieldType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexFieldType", "variableName" : "indexFieldType", "variableType" : "IndexFieldType", "documentation" : null, "simpleType" : "IndexFieldType", "variableSetterType" : "IndexFieldType" }, "wrapper" : false }, "IntArrayOptions" : { "c2jName" : "IntArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of 64-bit signed integers. Present if IndexFieldType specifies the field is of type int-array. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Long", "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 Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "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" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "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" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "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, "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, "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, "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, "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" : "Long", "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 Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "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" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "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" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "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, "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, "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, "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, "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" : "Long", "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 Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "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" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "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" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "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, "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, "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, "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, "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" : "IntArrayOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : null, "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "wrapper" : false }, "IntOptions" : { "c2jName" : "IntOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a 64-bit signed integer field. Present if IndexFieldType specifies the field is of type int. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field 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, "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, "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, "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, "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" : "Long", "defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "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, "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, "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, "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, "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" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Long)}.\n@param defaultValue a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Long)", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every 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. This can be important if you are using the field in an expression and that field is not present in every document.\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "getterModel" : { "returnType" : "Long", "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, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceField", "beanStyleSetterMethodName" : "setSourceField", "c2jName" : "SourceField", "c2jShape" : "FieldName", "defaultConsumerFluentSetterDocumentation" : "

The name of the source field 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 #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" : "

The name of the source field to map to the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceField", "fluentSetterDocumentation" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceField", "getterDocumentation" : "

The name of the source field to map to the field.

\n@return The name of the source field 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" : "SourceField", "queryString" : 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" : "

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.", "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" : "

The name of the source field 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, "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, "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, "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, "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" : "IntOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : null, "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "wrapper" : false }, "InternalException" : { "c2jName" : "InternalException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalException", "variableName" : "internalException", "variableType" : "InternalException", "documentation" : null, "simpleType" : "InternalException", "variableSetterType" : "InternalException" }, "wrapper" : false }, "InvalidTypeException" : { "c2jName" : "InvalidTypeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request was rejected because it specified an invalid type definition.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidType", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTypeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTypeException", "variableName" : "invalidTypeException", "variableType" : "InvalidTypeException", "documentation" : null, "simpleType" : "InvalidTypeException", "variableSetterType" : "InvalidTypeException" }, "wrapper" : false }, "LatLonOptions" : { "c2jName" : "LatLonOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if IndexFieldType specifies the field is of type latlon. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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" : "LatLonOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : null, "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request was rejected because a resource limit has already been met.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "Limits" : { "c2jName" : "Limits", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMaximumReplicationCount", "beanStyleSetterMethodName" : "setMaximumReplicationCount", "c2jName" : "MaximumReplicationCount", "c2jShape" : "MaximumReplicationCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumReplicationCount(Integer)}.\n@param maximumReplicationCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumReplicationCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumReplicationCount", "fluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumReplicationCount", "getterDocumentation" : "Returns the value of the MaximumReplicationCount property for this object.\n@return The value of the MaximumReplicationCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumReplicationCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.", "setterMethodName" : "setMaximumReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaximumPartitionCount", "beanStyleSetterMethodName" : "setMaximumPartitionCount", "c2jName" : "MaximumPartitionCount", "c2jShape" : "MaximumPartitionCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumPartitionCount(Integer)}.\n@param maximumPartitionCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumPartitionCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumPartitionCount", "fluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumPartitionCount", "getterDocumentation" : "Returns the value of the MaximumPartitionCount property for this object.\n@return The value of the MaximumPartitionCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumPartitionCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.", "setterMethodName" : "setMaximumPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaximumPartitionCount" : { "beanStyleGetterMethodName" : "getMaximumPartitionCount", "beanStyleSetterMethodName" : "setMaximumPartitionCount", "c2jName" : "MaximumPartitionCount", "c2jShape" : "MaximumPartitionCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumPartitionCount(Integer)}.\n@param maximumPartitionCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumPartitionCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumPartitionCount", "fluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumPartitionCount", "getterDocumentation" : "Returns the value of the MaximumPartitionCount property for this object.\n@return The value of the MaximumPartitionCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumPartitionCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.", "setterMethodName" : "setMaximumPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MaximumReplicationCount" : { "beanStyleGetterMethodName" : "getMaximumReplicationCount", "beanStyleSetterMethodName" : "setMaximumReplicationCount", "c2jName" : "MaximumReplicationCount", "c2jShape" : "MaximumReplicationCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumReplicationCount(Integer)}.\n@param maximumReplicationCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumReplicationCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumReplicationCount", "fluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumReplicationCount", "getterDocumentation" : "Returns the value of the MaximumReplicationCount property for this object.\n@return The value of the MaximumReplicationCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumReplicationCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.", "setterMethodName" : "setMaximumReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaximumReplicationCount", "beanStyleSetterMethodName" : "setMaximumReplicationCount", "c2jName" : "MaximumReplicationCount", "c2jShape" : "MaximumReplicationCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumReplicationCount(Integer)}.\n@param maximumReplicationCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumReplicationCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumReplicationCount", "fluentSetterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumReplicationCount", "getterDocumentation" : "Returns the value of the MaximumReplicationCount property for this object.\n@return The value of the MaximumReplicationCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumReplicationCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumReplicationCount property for this object.\n\n@param maximumReplicationCount The new value for the MaximumReplicationCount property for this object.", "setterMethodName" : "setMaximumReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaximumPartitionCount", "beanStyleSetterMethodName" : "setMaximumPartitionCount", "c2jName" : "MaximumPartitionCount", "c2jShape" : "MaximumPartitionCount", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maximumPartitionCount(Integer)}.\n@param maximumPartitionCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximumPartitionCount(Integer)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maximumPartitionCount", "fluentSetterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maximumPartitionCount", "getterDocumentation" : "Returns the value of the MaximumPartitionCount property for this object.\n@return The value of the MaximumPartitionCount property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaximumPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaximumPartitionCount", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaximumPartitionCount property for this object.\n\n@param maximumPartitionCount The new value for the MaximumPartitionCount property for this object.", "setterMethodName" : "setMaximumPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MaximumReplicationCount", "MaximumPartitionCount" ], "shapeName" : "Limits", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : null, "simpleType" : "Limits", "variableSetterType" : "Limits" }, "wrapper" : false }, "ListDomainNamesRequest" : { "c2jName" : "ListDomainNamesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDomainNames", "locationName" : null, "requestUri" : "/", "target" : "ListDomainNames", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDomainNamesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDomainNamesRequest", "variableName" : "listDomainNamesRequest", "variableType" : "ListDomainNamesRequest", "documentation" : null, "simpleType" : "ListDomainNamesRequest", "variableSetterType" : "ListDomainNamesRequest" }, "wrapper" : false }, "ListDomainNamesResponse" : { "c2jName" : "ListDomainNamesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of a ListDomainNames request. Contains a list of the domains owned by an account.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameMap", "defaultConsumerFluentSetterDocumentation" : "

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "

The names of the search domains owned by an account.

\n

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

\n@return The names of the search domains owned by an account.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "DomainNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "APIVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DomainNames", "sensitive" : false, "setterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "

The names of the search domains owned by an account.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainNames" : { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameMap", "defaultConsumerFluentSetterDocumentation" : "

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "

The names of the search domains owned by an account.

\n

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

\n@return The names of the search domains owned by an account.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "DomainNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "APIVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DomainNames", "sensitive" : false, "setterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "

The names of the search domains owned by an account.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameMap", "defaultConsumerFluentSetterDocumentation" : "

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "

The names of the search domains owned by an account.

\n

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

\n@return The names of the search domains owned by an account.", "getterModel" : { "returnType" : "java.util.Map", "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, "statusCode" : false, "unmarshallLocationName" : "DomainNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "APIVersion", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "DomainNames", "sensitive" : false, "setterDocumentation" : "

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "

The names of the search domains owned by an account.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDomainNamesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListDomainNamesResult" }, "variable" : { "variableDeclarationType" : "ListDomainNamesResponse", "variableName" : "listDomainNamesResponse", "variableType" : "ListDomainNamesResponse", "documentation" : null, "simpleType" : "ListDomainNamesResponse", "variableSetterType" : "ListDomainNamesResponse" }, "wrapper" : false }, "LiteralArrayOptions" : { "c2jName" : "LiteralArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of literal strings. Present if IndexFieldType specifies the field is of type literal-array. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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" : "LiteralArrayOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : null, "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "wrapper" : false }, "LiteralOptions" : { "c2jName" : "LiteralOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Options for literal field. Present if IndexFieldType specifies the field is of type literal. All options are enabled by default.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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, "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" : "LiteralOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : null, "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "wrapper" : false }, "OptionState" : { "c2jName" : "OptionState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The state of processing a change to an option. One of:

  • RequiresIndexDocuments: The option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: The option's latest value is in the process of being activated.
  • Active: The option's latest value is fully deployed.
  • FailedToValidate: The option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
", "endpointDiscovery" : null, "enums" : [ { "name" : "REQUIRES_INDEX_DOCUMENTS", "value" : "RequiresIndexDocuments" }, { "name" : "PROCESSING", "value" : "Processing" }, { "name" : "ACTIVE", "value" : "Active" }, { "name" : "FAILED_TO_VALIDATE", "value" : "FailedToValidate" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OptionState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OptionState", "variableName" : "optionState", "variableType" : "OptionState", "documentation" : null, "simpleType" : "OptionState", "variableSetterType" : "OptionState" }, "wrapper" : false }, "OptionStatus" : { "c2jName" : "OptionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The status of domain configuration option.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

A timestamp for when this option was created.

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

A timestamp for when this option was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

A timestamp for when this option was created.

\n@param creationDate A timestamp for when this option was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

A timestamp for when this option was created.

\n@return A timestamp for when this option was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "sensitive" : false, "setterDocumentation" : "

A timestamp for when this option was created.

\n@param creationDate A timestamp for when this option was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

A timestamp for when this option was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

A timestamp for when this option was last updated.

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

A timestamp for when this option was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

A timestamp for when this option was last updated.

\n@param updateDate A timestamp for when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

A timestamp for when this option was last updated.

\n@return A timestamp for when this option was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "sensitive" : false, "setterDocumentation" : "

A timestamp for when this option was last updated.

\n@param updateDate A timestamp for when this option was last updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

A timestamp for when this option was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateVersion", "beanStyleSetterMethodName" : "setUpdateVersion", "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

A unique integer that indicates when this option was last updated.

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

A unique integer that indicates when this option was last updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateVersion", "fluentSetterDocumentation" : "

A unique integer that indicates when this option was last updated.

\n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateVersion", "getterDocumentation" : "

A unique integer that indicates when this option was last updated.

\n@return A unique integer that indicates when this option was last updated.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UpdateVersion", "sensitive" : false, "setterDocumentation" : "

A unique integer that indicates when this option was last updated.

\n@param updateVersion A unique integer that indicates when this option was last updated.", "setterMethodName" : "setUpdateVersion", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

A unique integer that indicates when this option was last updated.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "OptionState", "defaultConsumerFluentSetterDocumentation" : "

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
", "endpointDiscoveryId" : false, "enumType" : "OptionState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
\n@param state The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
  • \n@see OptionState\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

    The state of processing a change to an option. Possible values:

    • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
    • Processing: the option's latest value is in the process of being activated.
    • Active: the option's latest value is completely deployed.
    • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
    \n

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

    \n@return The state of processing a change to an option. Possible values:

    • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
    • Processing: the option's latest value is in the process of being activated.
    • Active: the option's latest value is completely deployed.
    • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
    • \n@see OptionState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

      The state of processing a change to an option. Possible values:

      • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
      • Processing: the option's latest value is in the process of being activated.
      • Active: the option's latest value is completely deployed.
      • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
      \n@param state The state of processing a change to an option. Possible values:

      • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
      • Processing: the option's latest value is in the process of being activated.
      • Active: the option's latest value is completely deployed.
      • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
      • \n@see OptionState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

        The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingDeletion", "beanStyleSetterMethodName" : "setPendingDeletion", "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \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 #pendingDeletion(Boolean)}.\n@param pendingDeletion 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 #pendingDeletion(Boolean)", "deprecated" : false, "documentation" : "

        Indicates that the option will be deleted once processing is complete.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingDeletion", "fluentSetterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingDeletion", "getterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@return Indicates that the option will be deleted once processing is complete.", "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" : "PendingDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PendingDeletion", "sensitive" : false, "setterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.", "setterMethodName" : "setPendingDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "

        Indicates that the option will be deleted once processing is complete.

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

        A timestamp for when this option was created.

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

        A timestamp for when this option was created.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

        A timestamp for when this option was created.

        \n@param creationDate A timestamp for when this option was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

        A timestamp for when this option was created.

        \n@return A timestamp for when this option was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "sensitive" : false, "setterDocumentation" : "

        A timestamp for when this option was created.

        \n@param creationDate A timestamp for when this option was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

        A timestamp for when this option was created.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "PendingDeletion" : { "beanStyleGetterMethodName" : "getPendingDeletion", "beanStyleSetterMethodName" : "setPendingDeletion", "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \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 #pendingDeletion(Boolean)}.\n@param pendingDeletion 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 #pendingDeletion(Boolean)", "deprecated" : false, "documentation" : "

        Indicates that the option will be deleted once processing is complete.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingDeletion", "fluentSetterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingDeletion", "getterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@return Indicates that the option will be deleted once processing is complete.", "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" : "PendingDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PendingDeletion", "sensitive" : false, "setterDocumentation" : "

        Indicates that the option will be deleted once processing is complete.

        \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.", "setterMethodName" : "setPendingDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "

        Indicates that the option will be deleted once processing is complete.

        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "OptionState", "defaultConsumerFluentSetterDocumentation" : "

        The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

        The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        ", "endpointDiscoveryId" : false, "enumType" : "OptionState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

        The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        \n@param state The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        • \n@see OptionState\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

          The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          \n

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

          \n@return The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          • \n@see OptionState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

            The state of processing a change to an option. Possible values:

            • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
            • Processing: the option's latest value is in the process of being activated.
            • Active: the option's latest value is completely deployed.
            • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
            \n@param state The state of processing a change to an option. Possible values:

            • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
            • Processing: the option's latest value is in the process of being activated.
            • Active: the option's latest value is completely deployed.
            • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
            • \n@see OptionState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

              The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateDate" : { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

              A timestamp for when this option was last updated.

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

              A timestamp for when this option was last updated.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@param updateDate A timestamp for when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@return A timestamp for when this option was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "sensitive" : false, "setterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@param updateDate A timestamp for when this option was last updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

              A timestamp for when this option was last updated.

              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "UpdateVersion" : { "beanStyleGetterMethodName" : "getUpdateVersion", "beanStyleSetterMethodName" : "setUpdateVersion", "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

              A unique integer that indicates when this option was last updated.

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

              A unique integer that indicates when this option was last updated.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateVersion", "fluentSetterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateVersion", "getterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@return A unique integer that indicates when this option was last updated.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UpdateVersion", "sensitive" : false, "setterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@param updateVersion A unique integer that indicates when this option was last updated.", "setterMethodName" : "setUpdateVersion", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

              A unique integer that indicates when this option was last updated.

              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

              A timestamp for when this option was created.

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

              A timestamp for when this option was created.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

              A timestamp for when this option was created.

              \n@param creationDate A timestamp for when this option was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

              A timestamp for when this option was created.

              \n@return A timestamp for when this option was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationDate", "sensitive" : false, "setterDocumentation" : "

              A timestamp for when this option was created.

              \n@param creationDate A timestamp for when this option was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationDate", "variableType" : "java.time.Instant", "documentation" : "

              A timestamp for when this option was created.

              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateDate", "beanStyleSetterMethodName" : "setUpdateDate", "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "defaultConsumerFluentSetterDocumentation" : "

              A timestamp for when this option was last updated.

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

              A timestamp for when this option was last updated.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateDate", "fluentSetterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@param updateDate A timestamp for when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateDate", "getterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@return A timestamp for when this option was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateDate", "sensitive" : false, "setterDocumentation" : "

              A timestamp for when this option was last updated.

              \n@param updateDate A timestamp for when this option was last updated.", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateDate", "variableType" : "java.time.Instant", "documentation" : "

              A timestamp for when this option was last updated.

              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdateVersion", "beanStyleSetterMethodName" : "setUpdateVersion", "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

              A unique integer that indicates when this option was last updated.

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

              A unique integer that indicates when this option was last updated.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateVersion", "fluentSetterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateVersion", "getterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@return A unique integer that indicates when this option was last updated.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UpdateVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UpdateVersion", "sensitive" : false, "setterDocumentation" : "

              A unique integer that indicates when this option was last updated.

              \n@param updateVersion A unique integer that indicates when this option was last updated.", "setterMethodName" : "setUpdateVersion", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

              A unique integer that indicates when this option was last updated.

              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "OptionState", "defaultConsumerFluentSetterDocumentation" : "

              The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "documentation" : "

              The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              ", "endpointDiscoveryId" : false, "enumType" : "OptionState", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

              The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              \n@param state The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              • \n@see OptionState\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                The state of processing a change to an option. Possible values:

                • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                • Processing: the option's latest value is in the process of being activated.
                • Active: the option's latest value is completely deployed.
                • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                \n

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

                \n@return The state of processing a change to an option. Possible values:

                • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                • Processing: the option's latest value is in the process of being activated.
                • Active: the option's latest value is completely deployed.
                • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                • \n@see OptionState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                  The state of processing a change to an option. Possible values:

                  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                  • Processing: the option's latest value is in the process of being activated.
                  • Active: the option's latest value is completely deployed.
                  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                  \n@param state The state of processing a change to an option. Possible values:

                  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                  • Processing: the option's latest value is in the process of being activated.
                  • Active: the option's latest value is completely deployed.
                  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                  • \n@see OptionState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                    The state of processing a change to an option. Possible values:

                    • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                    • Processing: the option's latest value is in the process of being activated.
                    • Active: the option's latest value is completely deployed.
                    • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingDeletion", "beanStyleSetterMethodName" : "setPendingDeletion", "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    \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 #pendingDeletion(Boolean)}.\n@param pendingDeletion 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 #pendingDeletion(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pendingDeletion", "fluentSetterDocumentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingDeletion", "getterDocumentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    \n@return Indicates that the option will be deleted once processing is complete.", "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" : "PendingDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingDeletion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "PendingDeletion", "sensitive" : false, "setterDocumentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.", "setterMethodName" : "setPendingDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "

                    Indicates that the option will be deleted once processing is complete.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CreationDate", "UpdateDate", "State" ], "shapeName" : "OptionStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "optionStatus", "variableType" : "OptionStatus", "documentation" : null, "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "wrapper" : false }, "PartitionInstanceType" : { "c2jName" : "PartitionInstanceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The instance type (such as search.m1.small) on which an index partition is hosted.

                    ", "endpointDiscovery" : null, "enums" : [ { "name" : "SEARCH_M1_SMALL", "value" : "search.m1.small" }, { "name" : "SEARCH_M1_LARGE", "value" : "search.m1.large" }, { "name" : "SEARCH_M2_XLARGE", "value" : "search.m2.xlarge" }, { "name" : "SEARCH_M2_2_XLARGE", "value" : "search.m2.2xlarge" }, { "name" : "SEARCH_M3_MEDIUM", "value" : "search.m3.medium" }, { "name" : "SEARCH_M3_LARGE", "value" : "search.m3.large" }, { "name" : "SEARCH_M3_XLARGE", "value" : "search.m3.xlarge" }, { "name" : "SEARCH_M3_2_XLARGE", "value" : "search.m3.2xlarge" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PartitionInstanceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PartitionInstanceType", "variableName" : "partitionInstanceType", "variableType" : "PartitionInstanceType", "documentation" : null, "simpleType" : "PartitionInstanceType", "variableSetterType" : "PartitionInstanceType" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The request was rejected because it attempted to reference a resource that does not exist.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 409, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ScalingParameters" : { "c2jName" : "ScalingParameters", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The desired instance type and desired number of replicas of each index partition.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDesiredInstanceTypeAsString", "beanStyleSetterMethodName" : "setDesiredInstanceType", "c2jName" : "DesiredInstanceType", "c2jShape" : "PartitionInstanceType", "defaultConsumerFluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

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

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "endpointDiscoveryId" : false, "enumType" : "PartitionInstanceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "desiredInstanceType", "fluentEnumSetterMethodName" : "desiredInstanceType", "fluentGetterMethodName" : "desiredInstanceTypeAsString", "fluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType", "fluentSetterMethodName" : "desiredInstanceType", "getterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n

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

                    \n@return The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DesiredInstanceType", "sensitive" : false, "setterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "setterMethodName" : "setDesiredInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDesiredReplicationCount", "beanStyleSetterMethodName" : "setDesiredReplicationCount", "c2jName" : "DesiredReplicationCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

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

                    The number of replicas you want to preconfigure for each index partition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredReplicationCount", "fluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredReplicationCount", "getterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@return The number of replicas you want to preconfigure for each index partition.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredReplicationCount", "sensitive" : false, "setterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.", "setterMethodName" : "setDesiredReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDesiredPartitionCount", "beanStyleSetterMethodName" : "setDesiredPartitionCount", "c2jName" : "DesiredPartitionCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredPartitionCount", "fluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredPartitionCount", "getterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@return The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredPartitionCount", "sensitive" : false, "setterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "setterMethodName" : "setDesiredPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DesiredInstanceType" : { "beanStyleGetterMethodName" : "getDesiredInstanceTypeAsString", "beanStyleSetterMethodName" : "setDesiredInstanceType", "c2jName" : "DesiredInstanceType", "c2jShape" : "PartitionInstanceType", "defaultConsumerFluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

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

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "endpointDiscoveryId" : false, "enumType" : "PartitionInstanceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "desiredInstanceType", "fluentEnumSetterMethodName" : "desiredInstanceType", "fluentGetterMethodName" : "desiredInstanceTypeAsString", "fluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType", "fluentSetterMethodName" : "desiredInstanceType", "getterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n

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

                    \n@return The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DesiredInstanceType", "sensitive" : false, "setterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "setterMethodName" : "setDesiredInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DesiredPartitionCount" : { "beanStyleGetterMethodName" : "getDesiredPartitionCount", "beanStyleSetterMethodName" : "setDesiredPartitionCount", "c2jName" : "DesiredPartitionCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredPartitionCount", "fluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredPartitionCount", "getterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@return The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredPartitionCount", "sensitive" : false, "setterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "setterMethodName" : "setDesiredPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DesiredReplicationCount" : { "beanStyleGetterMethodName" : "getDesiredReplicationCount", "beanStyleSetterMethodName" : "setDesiredReplicationCount", "c2jName" : "DesiredReplicationCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

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

                    The number of replicas you want to preconfigure for each index partition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredReplicationCount", "fluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredReplicationCount", "getterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@return The number of replicas you want to preconfigure for each index partition.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredReplicationCount", "sensitive" : false, "setterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.", "setterMethodName" : "setDesiredReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDesiredInstanceTypeAsString", "beanStyleSetterMethodName" : "setDesiredInstanceType", "c2jName" : "DesiredInstanceType", "c2jShape" : "PartitionInstanceType", "defaultConsumerFluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

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

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "endpointDiscoveryId" : false, "enumType" : "PartitionInstanceType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "desiredInstanceType", "fluentEnumSetterMethodName" : "desiredInstanceType", "fluentGetterMethodName" : "desiredInstanceTypeAsString", "fluentSetterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType", "fluentSetterMethodName" : "desiredInstanceType", "getterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n

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

                    \n@return The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DesiredInstanceType", "sensitive" : false, "setterDocumentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType", "setterMethodName" : "setDesiredInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "

                    The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDesiredReplicationCount", "beanStyleSetterMethodName" : "setDesiredReplicationCount", "c2jName" : "DesiredReplicationCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

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

                    The number of replicas you want to preconfigure for each index partition.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredReplicationCount", "fluentSetterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredReplicationCount", "getterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@return The number of replicas you want to preconfigure for each index partition.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredReplicationCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredReplicationCount", "sensitive" : false, "setterDocumentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.", "setterMethodName" : "setDesiredReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "

                    The number of replicas you want to preconfigure for each index partition.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDesiredPartitionCount", "beanStyleSetterMethodName" : "setDesiredPartitionCount", "c2jName" : "DesiredPartitionCount", "c2jShape" : "UIntValue", "defaultConsumerFluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "desiredPartitionCount", "fluentSetterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "desiredPartitionCount", "getterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@return The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DesiredPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredPartitionCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DesiredPartitionCount", "sensitive" : false, "setterDocumentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.", "setterMethodName" : "setDesiredPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "

                    The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalingParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "wrapper" : false }, "ScalingParametersStatus" : { "c2jName" : "ScalingParametersStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The status and configuration of a search domain's scaling parameters.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #options(ScalingParameters)}.\n@param options a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(ScalingParameters)", "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" : "ScalingParameters", "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, "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" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "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, "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" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #options(ScalingParameters)}.\n@param options a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(ScalingParameters)", "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" : "ScalingParameters", "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, "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" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "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, "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" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #options(ScalingParameters)}.\n@param options a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(ScalingParameters)", "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" : "ScalingParameters", "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, "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" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "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, "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" : "ScalingParametersStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParametersStatus", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "wrapper" : false }, "ServiceEndpoint" : { "c2jName" : "ServiceEndpoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The endpoint to which service requests can be submitted.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Endpoint 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 #endpoint(String)}.\n@param endpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "Returns the value of the Endpoint property for this object.\n@return The value of the Endpoint 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" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoint" : { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Endpoint 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 #endpoint(String)}.\n@param endpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "Returns the value of the Endpoint property for this object.\n@return The value of the Endpoint 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" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Endpoint 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 #endpoint(String)}.\n@param endpoint a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "Returns the value of the Endpoint property for this object.\n@return The value of the Endpoint 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" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Endpoint", "sensitive" : false, "setterDocumentation" : "Sets the value of the Endpoint property for this object.\n\n@param endpoint The new value for the Endpoint property for this object.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceEndpoint", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "serviceEndpoint", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "wrapper" : false }, "Suggester" : { "c2jName" : "Suggester", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: FuzzyMatching, SortExpression.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSuggesterName", "beanStyleSetterMethodName" : "setSuggesterName", "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SuggesterName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterName", "fluentSetterDocumentation" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterName", "getterDocumentation" : "Returns the value of the SuggesterName property for this object.\n@return The value of the SuggesterName 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" : "SuggesterName", "queryString" : 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" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocumentSuggesterOptions", "beanStyleSetterMethodName" : "setDocumentSuggesterOptions", "c2jName" : "DocumentSuggesterOptions", "c2jShape" : "DocumentSuggesterOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DocumentSuggesterOptions.Builder} avoiding the need to create one manually via {@link DocumentSuggesterOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentSuggesterOptions.Builder#build()} is called immediately and its result is passed to {@link #documentSuggesterOptions(DocumentSuggesterOptions)}.\n@param documentSuggesterOptions a consumer that will call methods on {@link DocumentSuggesterOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentSuggesterOptions(DocumentSuggesterOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentSuggesterOptions", "fluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentSuggesterOptions", "getterDocumentation" : "Returns the value of the DocumentSuggesterOptions property for this object.\n@return The value of the DocumentSuggesterOptions property for this object.", "getterModel" : { "returnType" : "DocumentSuggesterOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentSuggesterOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentSuggesterOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentSuggesterOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.", "setterMethodName" : "setDocumentSuggesterOptions", "setterModel" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : null, "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DocumentSuggesterOptions" : { "beanStyleGetterMethodName" : "getDocumentSuggesterOptions", "beanStyleSetterMethodName" : "setDocumentSuggesterOptions", "c2jName" : "DocumentSuggesterOptions", "c2jShape" : "DocumentSuggesterOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DocumentSuggesterOptions.Builder} avoiding the need to create one manually via {@link DocumentSuggesterOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentSuggesterOptions.Builder#build()} is called immediately and its result is passed to {@link #documentSuggesterOptions(DocumentSuggesterOptions)}.\n@param documentSuggesterOptions a consumer that will call methods on {@link DocumentSuggesterOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentSuggesterOptions(DocumentSuggesterOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentSuggesterOptions", "fluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentSuggesterOptions", "getterDocumentation" : "Returns the value of the DocumentSuggesterOptions property for this object.\n@return The value of the DocumentSuggesterOptions property for this object.", "getterModel" : { "returnType" : "DocumentSuggesterOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentSuggesterOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentSuggesterOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentSuggesterOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.", "setterMethodName" : "setDocumentSuggesterOptions", "setterModel" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : null, "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "xmlNameSpaceUri" : null }, "SuggesterName" : { "beanStyleGetterMethodName" : "getSuggesterName", "beanStyleSetterMethodName" : "setSuggesterName", "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SuggesterName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterName", "fluentSetterDocumentation" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterName", "getterDocumentation" : "Returns the value of the SuggesterName property for this object.\n@return The value of the SuggesterName 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" : "SuggesterName", "queryString" : 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" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSuggesterName", "beanStyleSetterMethodName" : "setSuggesterName", "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the SuggesterName 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 #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" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "suggesterName", "fluentSetterDocumentation" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "suggesterName", "getterDocumentation" : "Returns the value of the SuggesterName property for this object.\n@return The value of the SuggesterName 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" : "SuggesterName", "queryString" : 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" : "Sets the value of the SuggesterName property for this object.\n\n@param suggesterName The new value for the SuggesterName property for this object.", "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocumentSuggesterOptions", "beanStyleSetterMethodName" : "setDocumentSuggesterOptions", "c2jName" : "DocumentSuggesterOptions", "c2jShape" : "DocumentSuggesterOptions", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\nThis is a convenience that creates an instance of the {@link DocumentSuggesterOptions.Builder} avoiding the need to create one manually via {@link DocumentSuggesterOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentSuggesterOptions.Builder#build()} is called immediately and its result is passed to {@link #documentSuggesterOptions(DocumentSuggesterOptions)}.\n@param documentSuggesterOptions a consumer that will call methods on {@link DocumentSuggesterOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentSuggesterOptions(DocumentSuggesterOptions)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentSuggesterOptions", "fluentSetterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentSuggesterOptions", "getterDocumentation" : "Returns the value of the DocumentSuggesterOptions property for this object.\n@return The value of the DocumentSuggesterOptions property for this object.", "getterModel" : { "returnType" : "DocumentSuggesterOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentSuggesterOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentSuggesterOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentSuggesterOptions", "sensitive" : false, "setterDocumentation" : "Sets the value of the DocumentSuggesterOptions property for this object.\n\n@param documentSuggesterOptions The new value for the DocumentSuggesterOptions property for this object.", "setterMethodName" : "setDocumentSuggesterOptions", "setterModel" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : null, "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SuggesterName", "DocumentSuggesterOptions" ], "shapeName" : "Suggester", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : null, "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "wrapper" : false }, "SuggesterFuzzyMatching" : { "c2jName" : "SuggesterFuzzyMatching", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "LOW", "value" : "low" }, { "name" : "HIGH", "value" : "high" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SuggesterFuzzyMatching", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuggesterFuzzyMatching", "variableName" : "suggesterFuzzyMatching", "variableType" : "SuggesterFuzzyMatching", "documentation" : null, "simpleType" : "SuggesterFuzzyMatching", "variableSetterType" : "SuggesterFuzzyMatching" }, "wrapper" : false }, "SuggesterStatus" : { "c2jName" : "SuggesterStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The value of a Suggester and its current status.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "Suggester", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(Suggester)}.\n@param options 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 #options(Suggester)", "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" : "Suggester", "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, "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" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : null, "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "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, "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" : "Suggester", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(Suggester)}.\n@param options 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 #options(Suggester)", "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" : "Suggester", "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, "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" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : null, "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "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, "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" : "Suggester", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Options 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 #options(Suggester)}.\n@param options 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 #options(Suggester)", "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" : "Suggester", "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, "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" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : null, "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "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, "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" : "SuggesterStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggesterStatus", "variableType" : "SuggesterStatus", "documentation" : null, "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "wrapper" : false }, "TextArrayOptions" : { "c2jName" : "TextArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Options for a field that contains an array of text strings. Present if IndexFieldType specifies the field is of type text-array. A text-array field is always searchable. All options are enabled by default.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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, "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, "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" : "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, "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" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@return The name of an analysis scheme for a text-array 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AnalysisScheme" : { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@return The name of an analysis scheme for a text-array 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "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, "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 }, "HighlightEnabled" : { "beanStyleGetterMethodName" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights 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, "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 }, "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, "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, "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, "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" : "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, "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" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@return The name of an analysis scheme for a text-array 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text-array field.

                    \n@param analysisScheme The name of an analysis scheme for a text-array field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text-array field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextArrayOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : null, "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "wrapper" : false }, "TextOptions" : { "c2jName" : "TextOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Options for text field. Present if IndexFieldType specifies the field is of type text. A text field is always searchable. All options are enabled by default.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : 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, "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, "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" : "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, "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, "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 }, { "beanStyleGetterMethodName" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@return The name of an analysis scheme for a text 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AnalysisScheme" : { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@return The name of an analysis scheme for a text 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "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, "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 }, "HighlightEnabled" : { "beanStyleGetterMethodName" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights 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, "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 }, "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, "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, "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, "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, "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" : "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, "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, "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 }, { "beanStyleGetterMethodName" : "getHighlightEnabled", "beanStyleSetterMethodName" : "setHighlightEnabled", "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Whether highlights 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 #highlightEnabled(Boolean)}.\n@param highlightEnabled 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 #highlightEnabled(Boolean)", "deprecated" : false, "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "highlightEnabled", "fluentSetterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "highlightEnabled", "getterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@return Whether highlights 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" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HighlightEnabled", "sensitive" : false, "setterDocumentation" : "

                    Whether highlights can be returned for the field.

                    \n@param highlightEnabled Whether highlights can be returned for the field.", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                    Whether highlights can be returned for the field.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAnalysisScheme", "beanStyleSetterMethodName" : "setAnalysisScheme", "c2jName" : "AnalysisScheme", "c2jShape" : "Word", "defaultConsumerFluentSetterDocumentation" : "

                    The name of an analysis scheme for a text 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 #analysisScheme(String)}.\n@param analysisScheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #analysisScheme(String)", "deprecated" : false, "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "analysisScheme", "fluentSetterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "analysisScheme", "getterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@return The name of an analysis scheme for a text 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" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AnalysisScheme", "sensitive" : false, "setterDocumentation" : "

                    The name of an analysis scheme for a text field.

                    \n@param analysisScheme The name of an analysis scheme for a text field.", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                    The name of an analysis scheme for a text field.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : null, "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "wrapper" : false }, "UpdateAvailabilityOptionsRequest" : { "c2jName" : "UpdateAvailabilityOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateAvailabilityOptions", "locationName" : null, "requestUri" : "/", "target" : "UpdateAvailabilityOptions", "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, "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" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@return You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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, "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 }, "MultiAZ" : { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@return You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "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, "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" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@return You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option 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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "sensitive" : false, "setterDocumentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "MultiAZ" ], "shapeName" : "UpdateAvailabilityOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAvailabilityOptionsRequest", "variableName" : "updateAvailabilityOptionsRequest", "variableType" : "UpdateAvailabilityOptionsRequest", "documentation" : null, "simpleType" : "UpdateAvailabilityOptionsRequest", "variableSetterType" : "UpdateAvailabilityOptionsRequest" }, "wrapper" : false }, "UpdateAvailabilityOptionsResponse" : { "c2jName" : "UpdateAvailabilityOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAvailabilityOptions", "beanStyleSetterMethodName" : "setAvailabilityOptions", "c2jName" : "AvailabilityOptions", "c2jShape" : "AvailabilityOptionsStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@return The newly-configured availability options. 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, "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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@return The newly-configured availability options. 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, "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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@return The newly-configured availability options. 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, "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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    \n@param availabilityOptions The newly-configured availability options. 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 newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                    ", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAvailabilityOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateAvailabilityOptionsResult" }, "variable" : { "variableDeclarationType" : "UpdateAvailabilityOptionsResponse", "variableName" : "updateAvailabilityOptionsResponse", "variableType" : "UpdateAvailabilityOptionsResponse", "documentation" : null, "simpleType" : "UpdateAvailabilityOptionsResponse", "variableSetterType" : "UpdateAvailabilityOptionsResponse" }, "wrapper" : false }, "UpdateScalingParametersRequest" : { "c2jName" : "UpdateScalingParametersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateScalingParameters", "locationName" : null, "requestUri" : "/", "target" : "UpdateScalingParameters", "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, "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" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParameters)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParameters)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "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, "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 }, "ScalingParameters" : { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParameters)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParameters)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "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, "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" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParameters.Builder} avoiding the need to create one manually via {@link ScalingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParameters.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParameters)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParameters)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ScalingParameters" ], "shapeName" : "UpdateScalingParametersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateScalingParametersRequest", "variableName" : "updateScalingParametersRequest", "variableType" : "UpdateScalingParametersRequest", "documentation" : null, "simpleType" : "UpdateScalingParametersRequest", "variableSetterType" : "UpdateScalingParametersRequest" }, "wrapper" : false }, "UpdateScalingParametersResponse" : { "c2jName" : "UpdateScalingParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScalingParameters" : { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getScalingParameters", "beanStyleSetterMethodName" : "setScalingParameters", "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link ScalingParametersStatus.Builder} avoiding the need to create one manually via {@link ScalingParametersStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ScalingParametersStatus.Builder#build()} is called immediately and its result is passed to {@link #scalingParameters(ScalingParametersStatus)}.\n@param scalingParameters a consumer that will call methods on {@link ScalingParametersStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scalingParameters(ScalingParametersStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scalingParameters", "fluentSetterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scalingParameters", "getterDocumentation" : "Returns the value of the ScalingParameters property for this object.\n@return The value of the ScalingParameters property for this object.", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ScalingParameters", "sensitive" : false, "setterDocumentation" : "Sets the value of the ScalingParameters property for this object.\n\n@param scalingParameters The new value for the ScalingParameters property for this object.", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ScalingParameters" ], "shapeName" : "UpdateScalingParametersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateScalingParametersResult" }, "variable" : { "variableDeclarationType" : "UpdateScalingParametersResponse", "variableName" : "updateScalingParametersResponse", "variableType" : "UpdateScalingParametersResponse", "documentation" : null, "simpleType" : "UpdateScalingParametersResponse", "variableSetterType" : "UpdateScalingParametersResponse" }, "wrapper" : false }, "UpdateServiceAccessPoliciesRequest" : { "c2jName" : "UpdateServiceAccessPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateServiceAccessPolicies", "locationName" : null, "requestUri" : "/", "target" : "UpdateServiceAccessPolicies", "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, "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" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

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

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@return The access rules you want to configure. These rules replace any existing rules.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicies" : { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

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

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@return The access rules you want to configure. These rules replace any existing rules.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "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, "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, "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" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

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

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@return The access rules you want to configure. These rules replace any existing rules.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

                    The access rules you want to configure. These rules replace any existing rules.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "AccessPolicies" ], "shapeName" : "UpdateServiceAccessPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateServiceAccessPoliciesRequest", "variableName" : "updateServiceAccessPoliciesRequest", "variableType" : "UpdateServiceAccessPoliciesRequest", "documentation" : null, "simpleType" : "UpdateServiceAccessPoliciesRequest", "variableSetterType" : "UpdateServiceAccessPoliciesRequest" }, "wrapper" : false }, "UpdateServiceAccessPoliciesResponse" : { "c2jName" : "UpdateServiceAccessPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules configured for the domain.

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

                    The access rules configured for the domain.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules configured for the domain.

                    \n@return The access rules configured for the domain.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

                    The access rules configured for the domain.

                    ", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicies" : { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules configured for the domain.

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

                    The access rules configured for the domain.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules configured for the domain.

                    \n@return The access rules configured for the domain.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

                    The access rules configured for the domain.

                    ", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccessPolicies", "beanStyleSetterMethodName" : "setAccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The access rules configured for the domain.

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

                    The access rules configured for the domain.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicies", "fluentSetterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicies", "getterDocumentation" : "

                    The access rules configured for the domain.

                    \n@return The access rules configured for the domain.", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AccessPolicies", "sensitive" : false, "setterDocumentation" : "

                    The access rules configured for the domain.

                    \n@param accessPolicies The access rules configured for the domain.", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

                    The access rules configured for the domain.

                    ", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccessPolicies" ], "shapeName" : "UpdateServiceAccessPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateServiceAccessPoliciesResult" }, "variable" : { "variableDeclarationType" : "UpdateServiceAccessPoliciesResponse", "variableName" : "updateServiceAccessPoliciesResponse", "variableType" : "UpdateServiceAccessPoliciesResponse", "documentation" : null, "simpleType" : "UpdateServiceAccessPoliciesResponse", "variableSetterType" : "UpdateServiceAccessPoliciesResponse" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "CloudSearchException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.cloudsearch.model.CloudSearchException", "sdkRequestBaseClassName" : "CloudSearchRequest", "sdkResponseBaseClassName" : "CloudSearchResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy