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

models.sdb-2009-04-15-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.0.0-preview-11
Show newest version
{
  "customizationConfig" : {
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "defaultExceptionUnmarshaller" : null,
    "modelMarshallerDefaultValueSupplier" : null,
    "operationModifiers" : null,
    "renameShapes" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : {
      "Attribute" : {
        "customUnmarshallerFqcn" : null,
        "exclude" : null,
        "excludeShape" : false,
        "inject" : null,
        "modify" : [ {
          "AlternateNameEncoding" : {
            "emitAsType" : null,
            "emitEnumName" : null,
            "emitPropertyName" : null,
            "marshallLocationName" : null,
            "unmarshallLocationName" : "Name/@encoding"
          }
        }, {
          "AlternateValueEncoding" : {
            "emitAsType" : null,
            "emitEnumName" : null,
            "emitPropertyName" : null,
            "marshallLocationName" : null,
            "unmarshallLocationName" : "Value/@encoding"
          }
        } ],
        "staxTargetDepthOffset" : null
      },
      "Item" : {
        "customUnmarshallerFqcn" : null,
        "exclude" : null,
        "excludeShape" : false,
        "inject" : null,
        "modify" : [ {
          "AlternateNameEncoding" : {
            "emitAsType" : null,
            "emitEnumName" : null,
            "emitPropertyName" : null,
            "marshallLocationName" : null,
            "unmarshallLocationName" : "Name/@encoding"
          }
        } ],
        "staxTargetDepthOffset" : null
      }
    },
    "shapeSubstitutions" : null,
    "shareModelsWith" : null,
    "skipSmokeTests" : false,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2009-04-15",
    "asyncBuilder" : "DefaultSimpleDBAsyncClientBuilder",
    "asyncBuilderInterface" : "SimpleDBAsyncClientBuilder",
    "asyncClient" : "DefaultSimpleDBAsyncClient",
    "asyncInterface" : "SimpleDBAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V2",
    "baseBuilder" : "DefaultSimpleDBBaseClientBuilder",
    "baseBuilderInterface" : "SimpleDBBaseClientBuilder",
    "baseExceptionName" : "SimpleDBException",
    "baseRequestName" : "SimpleDBRequest",
    "baseResponseName" : "SimpleDBResponse",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "simpledb",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "SimpleDBClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. 

A traditional, clustered relational database requires a sizable upfront capital outlay, is complex to design, and often requires extensive and repetitive database administration. Amazon SimpleDB is dramatically simpler, requiring no schema, automatically indexing your data and providing a simple API for storage and access. This approach eliminates the administrative burden of data modeling, index maintenance, and performance tuning. Developers gain access to this functionality within Amazon's proven computing environment, are able to scale instantly, and pay only for what they use.

Visit http://aws.amazon.com/simpledb/ for more information.

", "endpointPrefix" : "sdb", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.simpledb", "fullModelPackageName" : "software.amazon.awssdk.services.simpledb.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.simpledb.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.simpledb.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.simpledb.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.simpledb.transform", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "modelPackageName" : "simpledb.model", "paginatorsPackageName" : "simpledb.paginators", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "software.amazon.awssdk.core.runtime.transform.StandardErrorUnmarshaller", "protocolFactory" : null, "requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest", "requestTransformPackageName" : "simpledb.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : null, "serviceFullName" : "Amazon SimpleDB", "serviceName" : "Amazon SimpleDB", "signingName" : "sdb", "smokeTestsPackageName" : "simpledb.smoketests", "syncBuilder" : "DefaultSimpleDBClientBuilder", "syncBuilderInterface" : "SimpleDBClientBuilder", "syncClient" : "DefaultSimpleDBClient", "syncInterface" : "SimpleDBClient", "transformPackageName" : "simpledb.transform", "uid" : "sdb-2009-04-15", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "BatchDeleteAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput.

The following limitations are enforced for this operation:

  • 1 MB request size
  • 25 item limit per BatchDeleteAttributes operation

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchDeleteAttributesRequest", "variableName" : "batchDeleteAttributesRequest", "variableType" : "BatchDeleteAttributesRequest", "documentation" : "", "simpleType" : "BatchDeleteAttributesRequest", "variableSetterType" : "BatchDeleteAttributesRequest" }, "methodName" : "batchDeleteAttributes", "operationName" : "BatchDeleteAttributes", "paginated" : false, "returnType" : { "returnType" : "BatchDeleteAttributesResponse", "documentation" : null }, "syncReturnType" : "BatchDeleteAttributesResponse" }, "BatchPutAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The BatchPutAttributes operation creates or replaces attributes within one or more items. By using this operation, the client can perform multiple PutAttribute operation with a single call. This helps yield savings in round trips and latencies, enabling Amazon SimpleDB to optimize requests and generally produce better throughput.

The client may specify the item name with the Item.X.ItemName parameter. The client may specify new attributes using a combination of the Item.X.Attribute.Y.Name and Item.X.Attribute.Y.Value parameters. The client may specify the first attribute for the first item using the parameters Item.0.Attribute.0.Name and Item.0.Attribute.0.Value, and for the second attribute for the first item by the parameters Item.0.Attribute.1.Name and Item.0.Attribute.1.Value, and so on.

Attributes are uniquely identified within an item by their name/value combination. For example, a single item can have the attributes { \"first_name\", \"first_value\" } and { \"first_name\", \"second_value\" }. However, it cannot have two attribute instances where both the Item.X.Attribute.Y.Name and Item.X.Attribute.Y.Value are the same.

Optionally, the requester can supply the Replace parameter for each individual value. Setting this value to true will cause the new attribute values to replace the existing attribute values. For example, if an item I has the attributes { 'a', '1' }, { 'b', '2'} and { 'b', '3' } and the requester does a BatchPutAttributes of {'I', 'b', '4' } with the Replace parameter set to true, the final attributes of the item will be { 'a', '1' } and { 'b', '4' }, replacing the previous values of the 'b' attribute with the new value.

This operation is vulnerable to exceeding the maximum URL size when making a REST request using the HTTP GET method. This operation does not support conditions using Expected.X.Name, Expected.X.Value, or Expected.X.Exists.

You can execute multiple BatchPutAttributes operations and other operations in parallel. However, large numbers of concurrent BatchPutAttributes calls can result in Service Unavailable (503) responses.

The following limitations are enforced for this operation:

  • 256 attribute name-value pairs per item
  • 1 MB request size
  • 1 billion attributes per domain
  • 10 GB of total user data storage per domain
  • 25 item limit per BatchPutAttributes operation

", "exceptions" : [ { "exceptionName" : "DuplicateItemNameException", "documentation" : "

The item name was specified more than once.

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

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "NumberItemAttributesExceededException", "documentation" : "

Too many attributes in this item.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberDomainAttributesExceededException", "documentation" : "

Too many attributes in this domain.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberDomainBytesExceededException", "documentation" : "

Too many bytes in this domain.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberSubmittedItemsExceededException", "documentation" : "

Too many items exist in a single call.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberSubmittedAttributesExceededException", "documentation" : "

Too many attributes exist in a single call.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchPutAttributesRequest", "variableName" : "batchPutAttributesRequest", "variableType" : "BatchPutAttributesRequest", "documentation" : "", "simpleType" : "BatchPutAttributesRequest", "variableSetterType" : "BatchPutAttributesRequest" }, "methodName" : "batchPutAttributes", "operationName" : "BatchPutAttributes", "paginated" : false, "returnType" : { "returnType" : "BatchPutAttributesResponse", "documentation" : null }, "syncReturnType" : "BatchPutAttributesResponse" }, "CreateDomain" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The CreateDomain operation creates a new domain. The domain name should be unique among the domains associated with the Access Key ID provided in the request. The CreateDomain operation may take 10 or more seconds to complete.

The client can create up to 100 domains per account.

If the client requires additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NumberDomainsExceededException", "documentation" : "

Too many domains exist per this account.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDomainRequest", "variableName" : "createDomainRequest", "variableType" : "CreateDomainRequest", "documentation" : "", "simpleType" : "CreateDomainRequest", "variableSetterType" : "CreateDomainRequest" }, "methodName" : "createDomain", "operationName" : "CreateDomain", "paginated" : false, "returnType" : { "returnType" : "CreateDomainResponse", "documentation" : null }, "syncReturnType" : "CreateDomainResponse" }, "DeleteAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes one or more attributes associated with an item. If all attributes of the item are deleted, the item is deleted.

DeleteAttributes is an idempotent operation; running it multiple times on the same item or attribute does not result in an error response.

Because Amazon SimpleDB makes multiple copies of item data and uses an eventual consistency update model, performing a GetAttributes or Select operation (read) immediately after a DeleteAttributes or PutAttributes operation (write) might not return updated item data.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "AttributeDoesNotExistException", "documentation" : "

The specified attribute does not exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAttributesRequest", "variableName" : "deleteAttributesRequest", "variableType" : "DeleteAttributesRequest", "documentation" : "", "simpleType" : "DeleteAttributesRequest", "variableSetterType" : "DeleteAttributesRequest" }, "methodName" : "deleteAttributes", "operationName" : "DeleteAttributes", "paginated" : false, "returnType" : { "returnType" : "DeleteAttributesResponse", "documentation" : null }, "syncReturnType" : "DeleteAttributesResponse" }, "DeleteDomain" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The DeleteDomain operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The DeleteDomain operation might take 10 or more seconds to complete.

", "exceptions" : [ { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDomainRequest", "variableName" : "deleteDomainRequest", "variableType" : "DeleteDomainRequest", "documentation" : "", "simpleType" : "DeleteDomainRequest", "variableSetterType" : "DeleteDomainRequest" }, "methodName" : "deleteDomain", "operationName" : "DeleteDomain", "paginated" : false, "returnType" : { "returnType" : "DeleteDomainResponse", "documentation" : null }, "syncReturnType" : "DeleteDomainResponse" }, "DomainMetadata" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.

", "exceptions" : [ { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DomainMetadataRequest", "variableName" : "domainMetadataRequest", "variableType" : "DomainMetadataRequest", "documentation" : "", "simpleType" : "DomainMetadataRequest", "variableSetterType" : "DomainMetadataRequest" }, "methodName" : "domainMetadata", "operationName" : "DomainMetadata", "paginated" : false, "returnType" : { "returnType" : "DomainMetadataResponse", "documentation" : null }, "syncReturnType" : "DomainMetadataResponse" }, "GetAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter.

If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAttributesRequest", "variableName" : "getAttributesRequest", "variableType" : "GetAttributesRequest", "documentation" : "", "simpleType" : "GetAttributesRequest", "variableSetterType" : "GetAttributesRequest" }, "methodName" : "getAttributes", "operationName" : "GetAttributes", "paginated" : false, "returnType" : { "returnType" : "GetAttributesResponse", "documentation" : null }, "syncReturnType" : "GetAttributesResponse" }, "ListDomains" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ListDomains operation lists all domains associated with the Access Key ID. It returns domain names up to the limit set by MaxNumberOfDomains. A NextToken is returned if there are more than MaxNumberOfDomains domains. Calling ListDomains successive times with the NextToken provided by the operation returns up to MaxNumberOfDomains more domain names with each successive operation call.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The specified NextToken is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDomainsRequest", "variableName" : "listDomainsRequest", "variableType" : "ListDomainsRequest", "documentation" : "", "simpleType" : "ListDomainsRequest", "variableSetterType" : "ListDomainsRequest" }, "methodName" : "listDomains", "operationName" : "ListDomains", "paginated" : false, "returnType" : { "returnType" : "ListDomainsResponse", "documentation" : null }, "syncReturnType" : "ListDomainsResponse" }, "PutAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The PutAttributes operation creates or replaces attributes in an item. The client may specify new attributes using a combination of the Attribute.X.Name and Attribute.X.Value parameters. The client specifies the first attribute by the parameters Attribute.0.Name and Attribute.0.Value, the second attribute by the parameters Attribute.1.Name and Attribute.1.Value, and so on.

Attributes are uniquely identified in an item by their name/value combination. For example, a single item can have the attributes { \"first_name\", \"first_value\" } and { \"first_name\", second_value\" }. However, it cannot have two attribute instances where both the Attribute.X.Name and Attribute.X.Value are the same.

Optionally, the requestor can supply the Replace parameter for each individual attribute. Setting this value to true causes the new attribute value to replace the existing attribute value(s). For example, if an item has the attributes { 'a', '1' }, { 'b', '2'} and { 'b', '3' } and the requestor calls PutAttributes using the attributes { 'b', '4' } with the Replace parameter set to true, the final attributes of the item are changed to { 'a', '1' } and { 'b', '4' }, which replaces the previous values of the 'b' attribute with the new value.

You cannot specify an empty string as an attribute name.

Because Amazon SimpleDB makes multiple copies of client data and uses an eventual consistency update model, an immediate GetAttributes or Select operation (read) immediately after a PutAttributes or DeleteAttributes operation (write) might not return the updated data.

The following limitations are enforced for this operation:

  • 256 total attribute name-value pairs per item
  • One billion attributes per domain
  • 10 GB of total user data storage per domain

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "NumberDomainAttributesExceededException", "documentation" : "

Too many attributes in this domain.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberDomainBytesExceededException", "documentation" : "

Too many bytes in this domain.

", "httpStatusCode" : 409 }, { "exceptionName" : "NumberItemAttributesExceededException", "documentation" : "

Too many attributes in this item.

", "httpStatusCode" : 409 }, { "exceptionName" : "AttributeDoesNotExistException", "documentation" : "

The specified attribute does not exist.

", "httpStatusCode" : 404 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutAttributesRequest", "variableName" : "putAttributesRequest", "variableType" : "PutAttributesRequest", "documentation" : "", "simpleType" : "PutAttributesRequest", "variableSetterType" : "PutAttributesRequest" }, "methodName" : "putAttributes", "operationName" : "PutAttributes", "paginated" : false, "returnType" : { "returnType" : "PutAttributesResponse", "documentation" : null }, "syncReturnType" : "PutAttributesResponse" }, "Select" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The Select operation returns a set of attributes for ItemNames that match the select expression. Select is similar to the standard SQL SELECT statement.

The total size of the response cannot exceed 1 MB in total size. Amazon SimpleDB automatically adjusts the number of items returned per page to enforce this limit. For example, if the client asks to retrieve 2500 items, but each individual item is 10 kB in size, the system returns 100 items and an appropriate NextToken so the client can access the next page of results.

For information on how to construct select expressions, see Using Select to Create Amazon SimpleDB Queries in the Developer Guide.

", "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The specified NextToken is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNumberPredicatesException", "documentation" : "

Too many predicates exist in the query expression.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidNumberValueTestsException", "documentation" : "

Too many predicates exist in the query expression.

", "httpStatusCode" : 400 }, { "exceptionName" : "InvalidQueryExpressionException", "documentation" : "

The specified query expression syntax is not valid.

", "httpStatusCode" : 400 }, { "exceptionName" : "MissingParameterException", "documentation" : "

The request must contain the specified missing parameter.

", "httpStatusCode" : 400 }, { "exceptionName" : "NoSuchDomainException", "documentation" : "

The specified domain does not exist.

", "httpStatusCode" : 400 }, { "exceptionName" : "RequestTimeoutException", "documentation" : "

A timeout occurred when attempting to query the specified domain with specified query expression.

", "httpStatusCode" : 408 }, { "exceptionName" : "TooManyRequestedAttributesException", "documentation" : "

Too many attributes requested.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SelectRequest", "variableName" : "selectRequest", "variableType" : "SelectRequest", "documentation" : "", "simpleType" : "SelectRequest", "variableSetterType" : "SelectRequest" }, "methodName" : "select", "operationName" : "Select", "paginated" : false, "returnType" : { "returnType" : "SelectResponse", "documentation" : null }, "syncReturnType" : "SelectResponse" } }, "shapes" : { "Attribute" : { "c2jName" : "Attribute", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the attribute.\n@return The name of the attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the attribute.\n@return The value of the attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateValueEncoding", "beanStyleSetterMethodName" : "setAlternateValueEncoding", "c2jName" : "AlternateValueEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateValueEncoding", "fluentSetterDocumentation" : "

\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateValueEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateValueEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateValueEncoding", "setterDocumentation" : "

\n@param alternateValueEncoding ", "setterMethodName" : "setAlternateValueEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlternateNameEncoding" : { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AlternateValueEncoding" : { "beanStyleGetterMethodName" : "getAlternateValueEncoding", "beanStyleSetterMethodName" : "setAlternateValueEncoding", "c2jName" : "AlternateValueEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateValueEncoding", "fluentSetterDocumentation" : "

\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateValueEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateValueEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateValueEncoding", "setterDocumentation" : "

\n@param alternateValueEncoding ", "setterMethodName" : "setAlternateValueEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the attribute.\n@return The name of the attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the attribute.\n@return The value of the attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the attribute.\n@return The name of the attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the attribute.\n@param name The name of the attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the attribute.\n@return The value of the attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the attribute.\n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateValueEncoding", "beanStyleSetterMethodName" : "setAlternateValueEncoding", "c2jName" : "AlternateValueEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateValueEncoding", "fluentSetterDocumentation" : "

\n@param alternateValueEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateValueEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateValueEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateValueEncoding", "setterDocumentation" : "

\n@param alternateValueEncoding ", "setterMethodName" : "setAlternateValueEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateValueEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "Attribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "attribute", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "wrapper" : false }, "AttributeDoesNotExistException" : { "c2jName" : "AttributeDoesNotExist", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified attribute does not exist.

", "enums" : null, "errorCode" : "AttributeDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttributeDoesNotExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttributeDoesNotExistException", "variableName" : "attributeDoesNotExistException", "variableType" : "AttributeDoesNotExistException", "documentation" : null, "simpleType" : "AttributeDoesNotExistException", "variableSetterType" : "AttributeDoesNotExistException" }, "wrapper" : false }, "BatchDeleteAttributesRequest" : { "c2jName" : "BatchDeleteAttributesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchDeleteAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which the attributes are being deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being deleted.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DeletableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DeletableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DeletableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : null, "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : "", "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "DeletableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DeletableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which the attributes are being deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being deleted.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Items" : { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DeletableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DeletableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DeletableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : null, "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : "", "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "DeletableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DeletableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which the attributes are being deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@return The name of the domain in which the attributes are being deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being deleted.\n@param domainName The name of the domain in which the attributes are being deleted.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being deleted.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "DeletableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DeletableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DeletableItem.Builder} avoiding the need to create one manually via {@link DeletableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link DeletableItem.Builder#build()} is called immediately and its result is passed to {@link #member(DeletableItem)}.\n@param member a consumer that will call methods on {@link DeletableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DeletableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DeletableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : null, "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "DeletableItem", "variableName" : "member", "variableType" : "DeletableItem", "documentation" : "", "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "DeletableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DeletableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "Items" ], "shapeName" : "BatchDeleteAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchDeleteAttributesRequest", "variableName" : "batchDeleteAttributesRequest", "variableType" : "BatchDeleteAttributesRequest", "documentation" : null, "simpleType" : "BatchDeleteAttributesRequest", "variableSetterType" : "BatchDeleteAttributesRequest" }, "wrapper" : false }, "BatchDeleteAttributesResponse" : { "c2jName" : "BatchDeleteAttributesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchDeleteAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchDeleteAttributesResponse", "variableName" : "batchDeleteAttributesResponse", "variableType" : "BatchDeleteAttributesResponse", "documentation" : null, "simpleType" : "BatchDeleteAttributesResponse", "variableSetterType" : "BatchDeleteAttributesResponse" }, "wrapper" : false }, "BatchPutAttributesRequest" : { "c2jName" : "BatchPutAttributesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchPutAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 in which the attributes are being stored.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being stored.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ReplaceableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : null, "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : "", "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "ReplaceableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 in which the attributes are being stored.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being stored.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Items" : { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ReplaceableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : null, "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : "", "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "ReplaceableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 in which the attributes are being stored.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which the attributes are being stored.\n@return The name of the domain in which the attributes are being stored.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which the attributes are being stored.\n@param domainName The name of the domain in which the attributes are being stored.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which the attributes are being stored.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ReplaceableItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items on which to perform the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items on which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items on which to perform the operation.\n

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

\n@return A list of items on which to perform the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableItem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableItem.Builder} avoiding the need to create one manually via {@link ReplaceableItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableItem.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableItem)}.\n@param member a consumer that will call methods on {@link ReplaceableItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableItem)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : null, "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableItem", "variableName" : "member", "variableType" : "ReplaceableItem", "documentation" : "", "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "ReplaceableItem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items on which to perform the operation.\n@param items A list of items on which to perform the operation.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items on which to perform the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "Items" ], "shapeName" : "BatchPutAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchPutAttributesRequest", "variableName" : "batchPutAttributesRequest", "variableType" : "BatchPutAttributesRequest", "documentation" : null, "simpleType" : "BatchPutAttributesRequest", "variableSetterType" : "BatchPutAttributesRequest" }, "wrapper" : false }, "BatchPutAttributesResponse" : { "c2jName" : "BatchPutAttributesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchPutAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchPutAttributesResponse", "variableName" : "batchPutAttributesResponse", "variableType" : "BatchPutAttributesResponse", "documentation" : null, "simpleType" : "BatchPutAttributesResponse", "variableSetterType" : "BatchPutAttributesResponse" }, "wrapper" : false }, "CreateDomainRequest" : { "c2jName" : "CreateDomainRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateDomain", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@return The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.\n@param domainName The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.", "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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDomainResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDomainResponse", "variableName" : "createDomainResponse", "variableType" : "CreateDomainResponse", "documentation" : null, "simpleType" : "CreateDomainResponse", "variableSetterType" : "CreateDomainResponse" }, "wrapper" : false }, "DeletableItem" : { "c2jName" : "DeletableItem", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Attributes 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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "Returns the value of the Attributes 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 Attributes property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "Sets the value of the Attributes property for this object.\n\n@param attributes The new value for the Attributes property for this object.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "DeletableItem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletableItem", "variableName" : "deletableItem", "variableType" : "DeletableItem", "documentation" : null, "simpleType" : "DeletableItem", "variableSetterType" : "DeletableItem" }, "wrapper" : false }, "DeleteAttributesRequest" : { "c2jName" : "DeleteAttributesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n

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

\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n

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

\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expected" : { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null }, "ItemName" : { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@return The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.\n@param itemName The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n

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

\n@return A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.\n@param attributes A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@return The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.\n@param expected The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ItemName" ], "shapeName" : "DeleteAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAttributesRequest", "variableName" : "deleteAttributesRequest", "variableType" : "DeleteAttributesRequest", "documentation" : null, "simpleType" : "DeleteAttributesRequest", "variableSetterType" : "DeleteAttributesRequest" }, "wrapper" : false }, "DeleteAttributesResponse" : { "c2jName" : "DeleteAttributesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAttributesResponse", "variableName" : "deleteAttributesResponse", "variableType" : "DeleteAttributesResponse", "documentation" : null, "simpleType" : "DeleteAttributesResponse", "variableSetterType" : "DeleteAttributesResponse" }, "wrapper" : false }, "DeleteDomainRequest" : { "c2jName" : "DeleteDomainRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteDomain", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #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 to delete.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to 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 to delete.\n@return The name of the domain 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to delete.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #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 to delete.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to 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 to delete.\n@return The name of the domain 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to delete.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain 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 #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 to delete.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to 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 to delete.\n@return The name of the domain 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain to delete.\n@param domainName The name of the domain to delete.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain to 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, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDomainResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDomainResponse", "variableName" : "deleteDomainResponse", "variableType" : "DeleteDomainResponse", "documentation" : null, "simpleType" : "DeleteDomainResponse", "variableSetterType" : "DeleteDomainResponse" }, "wrapper" : false }, "DomainMetadataRequest" : { "c2jName" : "DomainMetadataRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DomainMetadata", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 for which to display the metadata of.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain for which to display the metadata of.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 for which to display the metadata of.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain for which to display the metadata of.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 for which to display the metadata of.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain for which to display the metadata of.\n@return The name of the domain for which to display the metadata of.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain for which to display the metadata of.\n@param domainName The name of the domain for which to display the metadata of.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain for which to display the metadata of.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DomainMetadataRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DomainMetadataRequest", "variableName" : "domainMetadataRequest", "variableType" : "DomainMetadataRequest", "documentation" : null, "simpleType" : "DomainMetadataRequest", "variableSetterType" : "DomainMetadataRequest" }, "wrapper" : false }, "DomainMetadataResponse" : { "c2jName" : "DomainMetadataResult", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getItemCount", "beanStyleSetterMethodName" : "setItemCount", "c2jName" : "ItemCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)", "deprecated" : false, "documentation" : "The number of all items in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemCount", "fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemCount", "getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.", "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" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ItemCount", "setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : "The number of all items in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemNamesSizeBytes", "beanStyleSetterMethodName" : "setItemNamesSizeBytes", "c2jName" : "ItemNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\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 #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes 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 #itemNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all item names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemNamesSizeBytes", "getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.", "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" : "ItemNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ItemNamesSizeBytes", "setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.", "setterMethodName" : "setItemNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all item names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNameCount", "beanStyleSetterMethodName" : "setAttributeNameCount", "c2jName" : "AttributeNameCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)", "deprecated" : false, "documentation" : "The number of unique attribute names in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNameCount", "fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNameCount", "getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.", "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" : "AttributeNameCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNameCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeNameCount", "setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.", "setterMethodName" : "setAttributeNameCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : "The number of unique attribute names in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNamesSizeBytes", "beanStyleSetterMethodName" : "setAttributeNamesSizeBytes", "c2jName" : "AttributeNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\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 #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes 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 #attributeNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNamesSizeBytes", "getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.", "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" : "AttributeNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeNamesSizeBytes", "setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.", "setterMethodName" : "setAttributeNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeValueCount", "beanStyleSetterMethodName" : "setAttributeValueCount", "c2jName" : "AttributeValueCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)", "deprecated" : false, "documentation" : "The number of all attribute name/value pairs in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValueCount", "fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValueCount", "getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.", "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" : "AttributeValueCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeValueCount", "setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.", "setterMethodName" : "setAttributeValueCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : "The number of all attribute name/value pairs in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeValuesSizeBytes", "beanStyleSetterMethodName" : "setAttributeValuesSizeBytes", "c2jName" : "AttributeValuesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\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 #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes 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 #attributeValuesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all attribute values in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValuesSizeBytes", "fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValuesSizeBytes", "getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.", "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" : "AttributeValuesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValuesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeValuesSizeBytes", "setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.", "setterMethodName" : "setAttributeValuesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all attribute values in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)", "deprecated" : false, "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "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" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Timestamp", "setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNameCount" : { "beanStyleGetterMethodName" : "getAttributeNameCount", "beanStyleSetterMethodName" : "setAttributeNameCount", "c2jName" : "AttributeNameCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)", "deprecated" : false, "documentation" : "The number of unique attribute names in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNameCount", "fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNameCount", "getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.", "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" : "AttributeNameCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNameCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeNameCount", "setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.", "setterMethodName" : "setAttributeNameCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : "The number of unique attribute names in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "AttributeNamesSizeBytes" : { "beanStyleGetterMethodName" : "getAttributeNamesSizeBytes", "beanStyleSetterMethodName" : "setAttributeNamesSizeBytes", "c2jName" : "AttributeNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\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 #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes 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 #attributeNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNamesSizeBytes", "getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.", "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" : "AttributeNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeNamesSizeBytes", "setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.", "setterMethodName" : "setAttributeNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "AttributeValueCount" : { "beanStyleGetterMethodName" : "getAttributeValueCount", "beanStyleSetterMethodName" : "setAttributeValueCount", "c2jName" : "AttributeValueCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)", "deprecated" : false, "documentation" : "The number of all attribute name/value pairs in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValueCount", "fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValueCount", "getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.", "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" : "AttributeValueCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeValueCount", "setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.", "setterMethodName" : "setAttributeValueCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : "The number of all attribute name/value pairs in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "AttributeValuesSizeBytes" : { "beanStyleGetterMethodName" : "getAttributeValuesSizeBytes", "beanStyleSetterMethodName" : "setAttributeValuesSizeBytes", "c2jName" : "AttributeValuesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\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 #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes 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 #attributeValuesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all attribute values in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValuesSizeBytes", "fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValuesSizeBytes", "getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.", "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" : "AttributeValuesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValuesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeValuesSizeBytes", "setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.", "setterMethodName" : "setAttributeValuesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all attribute values in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ItemCount" : { "beanStyleGetterMethodName" : "getItemCount", "beanStyleSetterMethodName" : "setItemCount", "c2jName" : "ItemCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)", "deprecated" : false, "documentation" : "The number of all items in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemCount", "fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemCount", "getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.", "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" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ItemCount", "setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : "The number of all items in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ItemNamesSizeBytes" : { "beanStyleGetterMethodName" : "getItemNamesSizeBytes", "beanStyleSetterMethodName" : "setItemNamesSizeBytes", "c2jName" : "ItemNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\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 #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes 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 #itemNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all item names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemNamesSizeBytes", "getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.", "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" : "ItemNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ItemNamesSizeBytes", "setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.", "setterMethodName" : "setItemNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all item names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)", "deprecated" : false, "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "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" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Timestamp", "setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getItemCount", "beanStyleSetterMethodName" : "setItemCount", "c2jName" : "ItemCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all items in the domain.\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 #itemCount(Integer)}.\n@param itemCount 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 #itemCount(Integer)", "deprecated" : false, "documentation" : "The number of all items in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemCount", "fluentSetterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemCount", "getterDocumentation" : "The number of all items in the domain.\n@return The number of all items in the domain.", "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" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "ItemCount", "setterDocumentation" : "The number of all items in the domain.\n@param itemCount The number of all items in the domain.", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "itemCount", "variableType" : "Integer", "documentation" : "The number of all items in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemNamesSizeBytes", "beanStyleSetterMethodName" : "setItemNamesSizeBytes", "c2jName" : "ItemNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\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 #itemNamesSizeBytes(Long)}.\n@param itemNamesSizeBytes 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 #itemNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all item names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemNamesSizeBytes", "getterDocumentation" : "The total size of all item names in the domain, in bytes.\n@return The total size of all item names in the domain, in bytes.", "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" : "ItemNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ItemNamesSizeBytes", "setterDocumentation" : "The total size of all item names in the domain, in bytes.\n@param itemNamesSizeBytes The total size of all item names in the domain, in bytes.", "setterMethodName" : "setItemNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all item names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNameCount", "beanStyleSetterMethodName" : "setAttributeNameCount", "c2jName" : "AttributeNameCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of unique attribute names in the domain.\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 #attributeNameCount(Integer)}.\n@param attributeNameCount 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 #attributeNameCount(Integer)", "deprecated" : false, "documentation" : "The number of unique attribute names in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNameCount", "fluentSetterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNameCount", "getterDocumentation" : "The number of unique attribute names in the domain.\n@return The number of unique attribute names in the domain.", "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" : "AttributeNameCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNameCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeNameCount", "setterDocumentation" : "The number of unique attribute names in the domain.\n@param attributeNameCount The number of unique attribute names in the domain.", "setterMethodName" : "setAttributeNameCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeNameCount", "variableType" : "Integer", "documentation" : "The number of unique attribute names in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNamesSizeBytes", "beanStyleSetterMethodName" : "setAttributeNamesSizeBytes", "c2jName" : "AttributeNamesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\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 #attributeNamesSizeBytes(Long)}.\n@param attributeNamesSizeBytes 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 #attributeNamesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNamesSizeBytes", "fluentSetterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNamesSizeBytes", "getterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@return The total size of all unique attribute names in the domain, in bytes.", "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" : "AttributeNamesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNamesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeNamesSizeBytes", "setterDocumentation" : "The total size of all unique attribute names in the domain, in bytes.\n@param attributeNamesSizeBytes The total size of all unique attribute names in the domain, in bytes.", "setterMethodName" : "setAttributeNamesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeNamesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all unique attribute names in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeValueCount", "beanStyleSetterMethodName" : "setAttributeValueCount", "c2jName" : "AttributeValueCount", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\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 #attributeValueCount(Integer)}.\n@param attributeValueCount 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 #attributeValueCount(Integer)", "deprecated" : false, "documentation" : "The number of all attribute name/value pairs in the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValueCount", "fluentSetterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValueCount", "getterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@return The number of all attribute name/value pairs in the domain.", "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" : "AttributeValueCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AttributeValueCount", "setterDocumentation" : "The number of all attribute name/value pairs in the domain.\n@param attributeValueCount The number of all attribute name/value pairs in the domain.", "setterMethodName" : "setAttributeValueCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "attributeValueCount", "variableType" : "Integer", "documentation" : "The number of all attribute name/value pairs in the domain.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeValuesSizeBytes", "beanStyleSetterMethodName" : "setAttributeValuesSizeBytes", "c2jName" : "AttributeValuesSizeBytes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\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 #attributeValuesSizeBytes(Long)}.\n@param attributeValuesSizeBytes 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 #attributeValuesSizeBytes(Long)", "deprecated" : false, "documentation" : "The total size of all attribute values in the domain, in bytes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeValuesSizeBytes", "fluentSetterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeValuesSizeBytes", "getterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@return The total size of all attribute values in the domain, in bytes.", "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" : "AttributeValuesSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValuesSizeBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "AttributeValuesSizeBytes", "setterDocumentation" : "The total size of all attribute values in the domain, in bytes.\n@param attributeValuesSizeBytes The total size of all attribute values in the domain, in bytes.", "setterMethodName" : "setAttributeValuesSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "attributeValuesSizeBytes", "variableType" : "Long", "documentation" : "The total size of all attribute values in the domain, in bytes.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "Timestamp", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\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 #timestamp(Integer)}.\n@param timestamp 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 #timestamp(Integer)", "deprecated" : false, "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@return The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "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" : "Timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Timestamp", "setterDocumentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.\n@param timestamp The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timestamp", "variableType" : "Integer", "documentation" : "The data and time when metadata was calculated, in Epoch (UNIX) seconds.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DomainMetadataResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DomainMetadataResult" }, "variable" : { "variableDeclarationType" : "DomainMetadataResponse", "variableName" : "domainMetadataResponse", "variableType" : "DomainMetadataResponse", "documentation" : null, "simpleType" : "DomainMetadataResponse", "variableSetterType" : "DomainMetadataResponse" }, "wrapper" : false }, "DuplicateItemNameException" : { "c2jName" : "DuplicateItemName", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The item name was specified more than once.

", "enums" : null, "errorCode" : "DuplicateItemName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateItemNameException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateItemNameException", "variableName" : "duplicateItemNameException", "variableType" : "DuplicateItemNameException", "documentation" : null, "simpleType" : "DuplicateItemNameException", "variableSetterType" : "DuplicateItemNameException" }, "wrapper" : false }, "GetAttributesRequest" : { "c2jName" : "GetAttributesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "The names of the attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "The names of the attributes.\n

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

\n@return The names of the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AttributeNames", "setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "The names of the attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeNames" : { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "The names of the attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "The names of the attributes.\n

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

\n@return The names of the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AttributeNames", "setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "The names of the attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConsistentRead" : { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ItemName" : { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributeNames", "beanStyleSetterMethodName" : "setAttributeNames", "c2jName" : "AttributeNames", "c2jShape" : "AttributeNameList", "defaultConsumerFluentSetterDocumentation" : "The names of the attributes.\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 #attributeNames(List)}.\n@param attributeNames 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 #attributeNames(List)", "deprecated" : false, "documentation" : "The names of the attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributeNames", "fluentSetterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributeNames", "getterDocumentation" : "The names of the attributes.\n

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

\n@return The names of the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "AttributeName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AttributeNames", "setterDocumentation" : "The names of the attributes.\n@param attributeNames The names of the attributes.", "setterMethodName" : "setAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeNames", "variableType" : "java.util.List", "documentation" : "The names of the attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ItemName" ], "shapeName" : "GetAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAttributesRequest", "variableName" : "getAttributesRequest", "variableType" : "GetAttributesRequest", "documentation" : null, "simpleType" : "GetAttributesRequest", "variableSetterType" : "GetAttributesRequest" }, "wrapper" : false }, "GetAttributesResponse" : { "c2jName" : "GetAttributesResult", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes returned by the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes returned by the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes returned by the operation.\n

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

\n@return The list of attributes returned by the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes returned by the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes returned by the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes returned by the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes returned by the operation.\n

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

\n@return The list of attributes returned by the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes returned by the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes returned by the operation.\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes returned by the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes returned by the operation.\n

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

\n@return The list of attributes returned by the operation.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes returned by the operation.\n@param attributes The list of attributes returned by the operation.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes returned by the operation.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "GetAttributesResult" }, "variable" : { "variableDeclarationType" : "GetAttributesResponse", "variableName" : "getAttributesResponse", "variableType" : "GetAttributesResponse", "documentation" : null, "simpleType" : "GetAttributesResponse", "variableSetterType" : "GetAttributesResponse" }, "wrapper" : false }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextToken", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified NextToken is not valid.

", "enums" : null, "errorCode" : "InvalidNextToken", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false }, "InvalidNumberPredicatesException" : { "c2jName" : "InvalidNumberPredicates", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many predicates exist in the query expression.

", "enums" : null, "errorCode" : "InvalidNumberPredicates", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNumberPredicatesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNumberPredicatesException", "variableName" : "invalidNumberPredicatesException", "variableType" : "InvalidNumberPredicatesException", "documentation" : null, "simpleType" : "InvalidNumberPredicatesException", "variableSetterType" : "InvalidNumberPredicatesException" }, "wrapper" : false }, "InvalidNumberValueTestsException" : { "c2jName" : "InvalidNumberValueTests", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many predicates exist in the query expression.

", "enums" : null, "errorCode" : "InvalidNumberValueTests", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNumberValueTestsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNumberValueTestsException", "variableName" : "invalidNumberValueTestsException", "variableType" : "InvalidNumberValueTestsException", "documentation" : null, "simpleType" : "InvalidNumberValueTestsException", "variableSetterType" : "InvalidNumberValueTestsException" }, "wrapper" : false }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The value for a parameter is invalid.

", "enums" : null, "errorCode" : "InvalidParameterValue", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterValueException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false }, "InvalidQueryExpressionException" : { "c2jName" : "InvalidQueryExpression", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified query expression syntax is not valid.

", "enums" : null, "errorCode" : "InvalidQueryExpression", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidQueryExpressionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidQueryExpressionException", "variableName" : "invalidQueryExpressionException", "variableType" : "InvalidQueryExpressionException", "documentation" : null, "simpleType" : "InvalidQueryExpressionException", "variableSetterType" : "InvalidQueryExpressionException" }, "wrapper" : false }, "Item" : { "c2jName" : "Item", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the item.\n@param name The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the item.\n@param name The name of the item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of attributes.\n

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

\n@return A list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlternateNameEncoding" : { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of attributes.\n

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

\n@return A list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the item.\n@param name The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the item.\n@param name The name of the item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the item.\n@param name The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the item.\n@param name The name of the item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlternateNameEncoding", "beanStyleSetterMethodName" : "setAlternateNameEncoding", "c2jName" : "AlternateNameEncoding", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

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

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "alternateNameEncoding", "fluentSetterDocumentation" : "

\n@param alternateNameEncoding \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "alternateNameEncoding", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlternateNameEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name/@encoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlternateNameEncoding", "setterDocumentation" : "

\n@param alternateNameEncoding ", "setterMethodName" : "setAlternateNameEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "alternateNameEncoding", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "AttributeList", "defaultConsumerFluentSetterDocumentation" : "A list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "A list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "A list of attributes.\n

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

\n@return A list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attribute.Builder} avoiding the need to create one manually via {@link Attribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attribute.Builder#build()} is called immediately and its result is passed to {@link #member(Attribute)}.\n@param member a consumer that will call methods on {@link Attribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Attribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "Attribute", "variableName" : "member", "variableType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "Attribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "A list of attributes.\n@param attributes A list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "A list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Attributes" ], "shapeName" : "Item", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Item", "variableName" : "item", "variableType" : "Item", "documentation" : null, "simpleType" : "Item", "variableSetterType" : "Item" }, "wrapper" : false }, "ListDomainsRequest" : { "c2jName" : "ListDomainsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListDomains", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxNumberOfDomains", "beanStyleSetterMethodName" : "setMaxNumberOfDomains", "c2jName" : "MaxNumberOfDomains", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxNumberOfDomains(Integer)}.\n@param maxNumberOfDomains 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 #maxNumberOfDomains(Integer)", "deprecated" : false, "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxNumberOfDomains", "fluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxNumberOfDomains", "getterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxNumberOfDomains", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfDomains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxNumberOfDomains", "setterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "setterMethodName" : "setMaxNumberOfDomains", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@return A string informing Amazon SimpleDB where to start the next list of domain names.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxNumberOfDomains" : { "beanStyleGetterMethodName" : "getMaxNumberOfDomains", "beanStyleSetterMethodName" : "setMaxNumberOfDomains", "c2jName" : "MaxNumberOfDomains", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxNumberOfDomains(Integer)}.\n@param maxNumberOfDomains 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 #maxNumberOfDomains(Integer)", "deprecated" : false, "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxNumberOfDomains", "fluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxNumberOfDomains", "getterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxNumberOfDomains", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfDomains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxNumberOfDomains", "setterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "setterMethodName" : "setMaxNumberOfDomains", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@return A string informing Amazon SimpleDB where to start the next list of domain names.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxNumberOfDomains", "beanStyleSetterMethodName" : "setMaxNumberOfDomains", "c2jName" : "MaxNumberOfDomains", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxNumberOfDomains(Integer)}.\n@param maxNumberOfDomains 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 #maxNumberOfDomains(Integer)", "deprecated" : false, "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxNumberOfDomains", "fluentSetterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxNumberOfDomains", "getterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@return The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxNumberOfDomains", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxNumberOfDomains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxNumberOfDomains", "setterDocumentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.\n@param maxNumberOfDomains The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "setterMethodName" : "setMaxNumberOfDomains", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxNumberOfDomains", "variableType" : "Integer", "documentation" : "The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@return A string informing Amazon SimpleDB where to start the next list of domain names.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of domain names.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of domain names.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDomainsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDomainsRequest", "variableName" : "listDomainsRequest", "variableType" : "ListDomainsRequest", "documentation" : null, "simpleType" : "ListDomainsRequest", "variableSetterType" : "ListDomainsRequest" }, "wrapper" : false }, "ListDomainsResponse" : { "c2jName" : "ListDomainsResult", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "defaultConsumerFluentSetterDocumentation" : "A list of domain names that match the expression.\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" : "A list of domain names that match the expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "A list of domain names that match the expression.\n

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

\n@return A list of domain names that match the expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "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, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DomainName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DomainNames", "setterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "A list of domain names that match the expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainNames" : { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "defaultConsumerFluentSetterDocumentation" : "A list of domain names that match the expression.\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" : "A list of domain names that match the expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "A list of domain names that match the expression.\n

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

\n@return A list of domain names that match the expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "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, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DomainName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DomainNames", "setterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "A list of domain names that match the expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainNames", "beanStyleSetterMethodName" : "setDomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "defaultConsumerFluentSetterDocumentation" : "A list of domain names that match the expression.\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" : "A list of domain names that match the expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainNames", "fluentSetterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainNames", "getterDocumentation" : "A list of domain names that match the expression.\n

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

\n@return A list of domain names that match the expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "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, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "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" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "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, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "DomainName", "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "DomainNames", "setterDocumentation" : "A list of domain names that match the expression.\n@param domainNames A list of domain names that match the expression.", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "A list of domain names that match the expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@return An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.\n@param nextToken An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDomainsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListDomainsResult" }, "variable" : { "variableDeclarationType" : "ListDomainsResponse", "variableName" : "listDomainsResponse", "variableType" : "ListDomainsResponse", "documentation" : null, "simpleType" : "ListDomainsResponse", "variableSetterType" : "ListDomainsResponse" }, "wrapper" : false }, "MissingParameterException" : { "c2jName" : "MissingParameter", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The request must contain the specified missing parameter.

", "enums" : null, "errorCode" : "MissingParameter", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MissingParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MissingParameterException", "variableName" : "missingParameterException", "variableType" : "MissingParameterException", "documentation" : null, "simpleType" : "MissingParameterException", "variableSetterType" : "MissingParameterException" }, "wrapper" : false }, "NoSuchDomainException" : { "c2jName" : "NoSuchDomain", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified domain does not exist.

", "enums" : null, "errorCode" : "NoSuchDomain", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoSuchDomainException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoSuchDomainException", "variableName" : "noSuchDomainException", "variableType" : "NoSuchDomainException", "documentation" : null, "simpleType" : "NoSuchDomainException", "variableSetterType" : "NoSuchDomainException" }, "wrapper" : false }, "NumberDomainAttributesExceededException" : { "c2jName" : "NumberDomainAttributesExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many attributes in this domain.

", "enums" : null, "errorCode" : "NumberDomainAttributesExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberDomainAttributesExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberDomainAttributesExceededException", "variableName" : "numberDomainAttributesExceededException", "variableType" : "NumberDomainAttributesExceededException", "documentation" : null, "simpleType" : "NumberDomainAttributesExceededException", "variableSetterType" : "NumberDomainAttributesExceededException" }, "wrapper" : false }, "NumberDomainBytesExceededException" : { "c2jName" : "NumberDomainBytesExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many bytes in this domain.

", "enums" : null, "errorCode" : "NumberDomainBytesExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberDomainBytesExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberDomainBytesExceededException", "variableName" : "numberDomainBytesExceededException", "variableType" : "NumberDomainBytesExceededException", "documentation" : null, "simpleType" : "NumberDomainBytesExceededException", "variableSetterType" : "NumberDomainBytesExceededException" }, "wrapper" : false }, "NumberDomainsExceededException" : { "c2jName" : "NumberDomainsExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many domains exist per this account.

", "enums" : null, "errorCode" : "NumberDomainsExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberDomainsExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberDomainsExceededException", "variableName" : "numberDomainsExceededException", "variableType" : "NumberDomainsExceededException", "documentation" : null, "simpleType" : "NumberDomainsExceededException", "variableSetterType" : "NumberDomainsExceededException" }, "wrapper" : false }, "NumberItemAttributesExceededException" : { "c2jName" : "NumberItemAttributesExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many attributes in this item.

", "enums" : null, "errorCode" : "NumberItemAttributesExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberItemAttributesExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberItemAttributesExceededException", "variableName" : "numberItemAttributesExceededException", "variableType" : "NumberItemAttributesExceededException", "documentation" : null, "simpleType" : "NumberItemAttributesExceededException", "variableSetterType" : "NumberItemAttributesExceededException" }, "wrapper" : false }, "NumberSubmittedAttributesExceededException" : { "c2jName" : "NumberSubmittedAttributesExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many attributes exist in a single call.

", "enums" : null, "errorCode" : "NumberSubmittedAttributesExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberSubmittedAttributesExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberSubmittedAttributesExceededException", "variableName" : "numberSubmittedAttributesExceededException", "variableType" : "NumberSubmittedAttributesExceededException", "documentation" : null, "simpleType" : "NumberSubmittedAttributesExceededException", "variableSetterType" : "NumberSubmittedAttributesExceededException" }, "wrapper" : false }, "NumberSubmittedItemsExceededException" : { "c2jName" : "NumberSubmittedItemsExceeded", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many items exist in a single call.

", "enums" : null, "errorCode" : "NumberSubmittedItemsExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NumberSubmittedItemsExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NumberSubmittedItemsExceededException", "variableName" : "numberSubmittedItemsExceededException", "variableType" : "NumberSubmittedItemsExceededException", "documentation" : null, "simpleType" : "NumberSubmittedItemsExceededException", "variableSetterType" : "NumberSubmittedItemsExceededException" }, "wrapper" : false }, "PutAttributesRequest" : { "c2jName" : "PutAttributesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutAttributes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes.\n

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

\n@return The list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes.\n

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

\n@return The list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expected" : { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null }, "ItemName" : { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the domain in which to perform the operation.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 in which to perform the operation.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "The name of the domain in which to perform the operation.\n@return The name of the domain in which to perform the operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DomainName", "setterDocumentation" : "The name of the domain in which to perform the operation.\n@param domainName The name of the domain in which to perform the operation.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "The name of the domain in which to perform the operation.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getItemName", "beanStyleSetterMethodName" : "setItemName", "c2jName" : "ItemName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #itemName(String)}.\n@param itemName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #itemName(String)", "deprecated" : false, "documentation" : "The name of the item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "itemName", "fluentSetterDocumentation" : "The name of the item.\n@param itemName The name of the item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "itemName", "getterDocumentation" : "The name of the item.\n@return The name of the item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ItemName", "setterDocumentation" : "The name of the item.\n@param itemName The name of the item.", "setterMethodName" : "setItemName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "itemName", "variableType" : "String", "documentation" : "The name of the item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes.\n

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

\n@return The list of attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes.\n@param attributes The list of attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpected", "beanStyleSetterMethodName" : "setExpected", "c2jName" : "Expected", "c2jShape" : "UpdateCondition", "defaultConsumerFluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\nThis is a convenience that creates an instance of the {@link UpdateCondition.Builder} avoiding the need to create one manually via {@link UpdateCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link UpdateCondition.Builder#build()} is called immediately and its result is passed to {@link #expected(UpdateCondition)}.\n@param expected a consumer that will call methods on {@link UpdateCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expected(UpdateCondition)", "deprecated" : false, "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "expected", "fluentSetterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expected", "getterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@return The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "getterModel" : { "returnType" : "UpdateCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Expected", "setterDocumentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.\n@param expected The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "simple" : false, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "expected", "variableType" : "UpdateCondition", "documentation" : "The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.", "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ItemName", "Attributes" ], "shapeName" : "PutAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutAttributesRequest", "variableName" : "putAttributesRequest", "variableType" : "PutAttributesRequest", "documentation" : null, "simpleType" : "PutAttributesRequest", "variableSetterType" : "PutAttributesRequest" }, "wrapper" : false }, "PutAttributesResponse" : { "c2jName" : "PutAttributesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutAttributesResponse", "variableName" : "putAttributesResponse", "variableType" : "PutAttributesResponse", "documentation" : null, "simpleType" : "PutAttributesResponse", "variableSetterType" : "PutAttributesResponse" }, "wrapper" : false }, "ReplaceableAttribute" : { "c2jName" : "ReplaceableAttribute", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable attribute.\n@return The name of the replaceable attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the replaceable attribute.\n@return The value of the replaceable attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplace", "beanStyleSetterMethodName" : "setReplace", "c2jName" : "Replace", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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 #replace(Boolean)}.\n@param replace 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 #replace(Boolean)", "deprecated" : false, "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replace", "fluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replace", "getterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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" : "Replace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Replace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Replace", "setterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "setterMethodName" : "setReplace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable attribute.\n@return The name of the replaceable attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Replace" : { "beanStyleGetterMethodName" : "getReplace", "beanStyleSetterMethodName" : "setReplace", "c2jName" : "Replace", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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 #replace(Boolean)}.\n@param replace 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 #replace(Boolean)", "deprecated" : false, "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replace", "fluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replace", "getterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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" : "Replace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Replace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Replace", "setterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "setterMethodName" : "setReplace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the replaceable attribute.\n@return The value of the replaceable attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable attribute.\n@return The name of the replaceable attribute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable attribute.\n@param name The name of the replaceable attribute.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The value of the replaceable attribute.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "The value of the replaceable attribute.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "The value of the replaceable attribute.\n@return The value of the replaceable attribute.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "The value of the replaceable attribute.\n@param value The value of the replaceable attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "The value of the replaceable attribute.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplace", "beanStyleSetterMethodName" : "setReplace", "c2jName" : "Replace", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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 #replace(Boolean)}.\n@param replace 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 #replace(Boolean)", "deprecated" : false, "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replace", "fluentSetterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replace", "getterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@return A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is 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" : "Replace", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Replace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Replace", "setterDocumentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.\n@param replace A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "setterMethodName" : "setReplace", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replace", "variableType" : "Boolean", "documentation" : "A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Value" ], "shapeName" : "ReplaceableAttribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "replaceableAttribute", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "wrapper" : false }, "ReplaceableItem" : { "c2jName" : "ReplaceableItem", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable item.\n@return The name of the replaceable item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes for a replaceable item.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes for a replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes for a replaceable item.\n

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

\n@return The list of attributes for a replaceable item.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes for a replaceable item.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes for a replaceable item.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes for a replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes for a replaceable item.\n

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

\n@return The list of attributes for a replaceable item.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes for a replaceable item.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable item.\n@return The name of the replaceable item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The name of the replaceable item.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "The name of the replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "The name of the replaceable item.\n@return The name of the replaceable item.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ItemName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "The name of the replaceable item.\n@param name The name of the replaceable item.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "The name of the replaceable item.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "ReplaceableAttributeList", "defaultConsumerFluentSetterDocumentation" : "The list of attributes for a replaceable item.\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 #attributes(List)}.\n@param attributes 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 #attributes(List)", "deprecated" : false, "documentation" : "The list of attributes for a replaceable item.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "The list of attributes for a replaceable item.\n

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

\n@return The list of attributes for a replaceable item.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplaceableAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplaceableAttribute.Builder} avoiding the need to create one manually via {@link ReplaceableAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplaceableAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(ReplaceableAttribute)}.\n@param member a consumer that will call methods on {@link ReplaceableAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplaceableAttribute)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplaceableAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attribute", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attribute", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : null, "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplaceableAttribute", "variableName" : "member", "variableType" : "ReplaceableAttribute", "documentation" : "", "simpleType" : "ReplaceableAttribute", "variableSetterType" : "ReplaceableAttribute" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Attribute", "memberType" : "ReplaceableAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplaceableAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Attributes", "setterDocumentation" : "The list of attributes for a replaceable item.\n@param attributes The list of attributes for a replaceable item.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "The list of attributes for a replaceable item.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Attributes" ], "shapeName" : "ReplaceableItem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplaceableItem", "variableName" : "replaceableItem", "variableType" : "ReplaceableItem", "documentation" : null, "simpleType" : "ReplaceableItem", "variableSetterType" : "ReplaceableItem" }, "wrapper" : false }, "RequestTimeoutException" : { "c2jName" : "RequestTimeout", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A timeout occurred when attempting to query the specified domain with specified query expression.

", "enums" : null, "errorCode" : "RequestTimeout", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RequestTimeoutException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RequestTimeoutException", "variableName" : "requestTimeoutException", "variableType" : "RequestTimeoutException", "documentation" : null, "simpleType" : "RequestTimeoutException", "variableSetterType" : "RequestTimeoutException" }, "wrapper" : false }, "SelectRequest" : { "c2jName" : "SelectRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "Select", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSelectExpression", "beanStyleSetterMethodName" : "setSelectExpression", "c2jName" : "SelectExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The expression used to query the domain.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selectExpression(String)}.\n@param selectExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectExpression(String)", "deprecated" : false, "documentation" : "The expression used to query the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "selectExpression", "fluentSetterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectExpression", "getterDocumentation" : "The expression used to query the domain.\n@return The expression used to query the domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SelectExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SelectExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SelectExpression", "setterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.", "setterMethodName" : "setSelectExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : "The expression used to query the domain.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return A string informing Amazon SimpleDB where to start the next list of ItemNames.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsistentRead" : { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return A string informing Amazon SimpleDB where to start the next list of ItemNames.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SelectExpression" : { "beanStyleGetterMethodName" : "getSelectExpression", "beanStyleSetterMethodName" : "setSelectExpression", "c2jName" : "SelectExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The expression used to query the domain.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selectExpression(String)}.\n@param selectExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectExpression(String)", "deprecated" : false, "documentation" : "The expression used to query the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "selectExpression", "fluentSetterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectExpression", "getterDocumentation" : "The expression used to query the domain.\n@return The expression used to query the domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SelectExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SelectExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SelectExpression", "setterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.", "setterMethodName" : "setSelectExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : "The expression used to query the domain.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSelectExpression", "beanStyleSetterMethodName" : "setSelectExpression", "c2jName" : "SelectExpression", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "The expression used to query the domain.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selectExpression(String)}.\n@param selectExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectExpression(String)", "deprecated" : false, "documentation" : "The expression used to query the domain.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "selectExpression", "fluentSetterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "selectExpression", "getterDocumentation" : "The expression used to query the domain.\n@return The expression used to query the domain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SelectExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SelectExpression", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SelectExpression", "setterDocumentation" : "The expression used to query the domain.\n@param selectExpression The expression used to query the domain.", "setterMethodName" : "setSelectExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "selectExpression", "variableType" : "String", "documentation" : "The expression used to query the domain.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@return A string informing Amazon SimpleDB where to start the next list of ItemNames.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.\n@param nextToken A string informing Amazon SimpleDB where to start the next list of ItemNames.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "A string informing Amazon SimpleDB where to start the next list of ItemNames.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConsistentRead", "beanStyleSetterMethodName" : "setConsistentRead", "c2jName" : "ConsistentRead", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\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 #consistentRead(Boolean)}.\n@param consistentRead 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 #consistentRead(Boolean)", "deprecated" : false, "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "consistentRead", "fluentSetterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "consistentRead", "getterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@return Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "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" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ConsistentRead", "setterDocumentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.\n@param consistentRead Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SelectExpression" ], "shapeName" : "SelectRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SelectRequest", "variableName" : "selectRequest", "variableType" : "SelectRequest", "documentation" : null, "simpleType" : "SelectRequest", "variableSetterType" : "SelectRequest" }, "wrapper" : false }, "SelectResponse" : { "c2jName" : "SelectResult", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items that match the select expression.\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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items that match the select expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items that match the select expression.\n

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

\n@return A list of items that match the select expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Item", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Item.Builder} avoiding the need to create one manually via {@link Item#builder()}.\n\nWhen the {@link Consumer} completes, {@link Item.Builder#build()} is called immediately and its result is passed to {@link #member(Item)}.\n@param member a consumer that will call methods on {@link Item.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Item)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Item", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : null, "simpleType" : "Item", "variableSetterType" : "Item" }, "simple" : false, "variable" : { "variableDeclarationType" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : "", "simpleType" : "Item", "variableSetterType" : "Item" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "Item", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Item", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items that match the select expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Items" : { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items that match the select expression.\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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items that match the select expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items that match the select expression.\n

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

\n@return A list of items that match the select expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Item", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Item.Builder} avoiding the need to create one manually via {@link Item#builder()}.\n\nWhen the {@link Consumer} completes, {@link Item.Builder#build()} is called immediately and its result is passed to {@link #member(Item)}.\n@param member a consumer that will call methods on {@link Item.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Item)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Item", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : null, "simpleType" : "Item", "variableSetterType" : "Item" }, "simple" : false, "variable" : { "variableDeclarationType" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : "", "simpleType" : "Item", "variableSetterType" : "Item" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "Item", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Item", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items that match the select expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getItems", "beanStyleSetterMethodName" : "setItems", "c2jName" : "Items", "c2jShape" : "ItemList", "defaultConsumerFluentSetterDocumentation" : "A list of items that match the select expression.\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 #items(List)}.\n@param items 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 #items(List)", "deprecated" : false, "documentation" : "A list of items that match the select expression.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "items", "fluentSetterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "items", "getterDocumentation" : "A list of items that match the select expression.\n

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

\n@return A list of items that match the select expression.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : true, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Item", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Item.Builder} avoiding the need to create one manually via {@link Item#builder()}.\n\nWhen the {@link Consumer} completes, {@link Item.Builder#build()} is called immediately and its result is passed to {@link #member(Item)}.\n@param member a consumer that will call methods on {@link Item.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Item)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Item", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "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" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : null, "simpleType" : "Item", "variableSetterType" : "Item" }, "simple" : false, "variable" : { "variableDeclarationType" : "Item", "variableName" : "member", "variableType" : "Item", "documentation" : "", "simpleType" : "Item", "variableSetterType" : "Item" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "Item", "memberType" : "Item", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Item", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Items", "setterDocumentation" : "A list of items that match the select expression.\n@param items A list of items that match the select expression.", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "items", "variableType" : "java.util.List", "documentation" : "A list of items that match the select expression.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@return An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.\n@param nextToken An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SelectResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SelectResult" }, "variable" : { "variableDeclarationType" : "SelectResponse", "variableName" : "selectResponse", "variableType" : "SelectResponse", "documentation" : null, "simpleType" : "SelectResponse", "variableSetterType" : "SelectResponse" }, "wrapper" : false }, "TooManyRequestedAttributesException" : { "c2jName" : "TooManyRequestedAttributes", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Too many attributes requested.

", "enums" : null, "errorCode" : "TooManyRequestedAttributes", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoxUsage" : { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBoxUsage", "beanStyleSetterMethodName" : "setBoxUsage", "c2jName" : "BoxUsage", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #boxUsage(Float)}.\n@param boxUsage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boxUsage(Float)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "boxUsage", "fluentSetterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "boxUsage", "getterDocumentation" : "Returns the value of the BoxUsage property for this object.\n@return The value of the BoxUsage property for this object.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BoxUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BoxUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Float", "marshallingType" : "FLOAT", "name" : "BoxUsage", "setterDocumentation" : "Sets the value of the BoxUsage property for this object.\n\n@param boxUsage The new value for the BoxUsage property for this object.", "setterMethodName" : "setBoxUsage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "variable" : { "variableDeclarationType" : "Float", "variableName" : "boxUsage", "variableType" : "Float", "documentation" : "", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyRequestedAttributesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRequestedAttributesException", "variableName" : "tooManyRequestedAttributesException", "variableType" : "TooManyRequestedAttributesException", "documentation" : null, "simpleType" : "TooManyRequestedAttributesException", "variableSetterType" : "TooManyRequestedAttributesException" }, "wrapper" : false }, "UpdateCondition" : { "c2jName" : "UpdateCondition", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Specifies the conditions under which data should be updated. If an update condition is specified for a request, the data will only be updated if the condition is satisfied. For example, if an attribute with a specific name and value exists, or if a specific attribute doesn't exist.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute involved in the condition.

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

The name of the attribute involved in the condition.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute involved in the condition.

\n@return The name of the attribute involved in the condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the attribute involved in the condition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

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

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@return The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExists", "beanStyleSetterMethodName" : "setExists", "c2jName" : "Exists", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

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

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exists", "fluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exists", "getterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@return A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "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" : "Exists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exists", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Exists", "setterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "setterMethodName" : "setExists", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Exists" : { "beanStyleGetterMethodName" : "getExists", "beanStyleSetterMethodName" : "setExists", "c2jName" : "Exists", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

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

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exists", "fluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exists", "getterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@return A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "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" : "Exists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exists", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Exists", "setterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "setterMethodName" : "setExists", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the attribute involved in the condition.

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

The name of the attribute involved in the condition.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute involved in the condition.

\n@return The name of the attribute involved in the condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the attribute involved in the condition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

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

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@return The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

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

The name of the attribute involved in the condition.

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

The name of the attribute involved in the condition.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the attribute involved in the condition.

\n@return The name of the attribute involved in the condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the attribute involved in the condition.

\n@param name The name of the attribute involved in the condition.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the attribute involved in the condition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

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

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@return The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "getterModel" : { "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, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

\n@param value The value of an attribute. This value can only be specified when the Exists parameter is equal to true.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

The value of an attribute. This value can only be specified when the Exists parameter is equal to true.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExists", "beanStyleSetterMethodName" : "setExists", "c2jName" : "Exists", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

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

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exists", "fluentSetterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exists", "getterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@return A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "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" : "Exists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exists", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Exists", "setterDocumentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

\n@param exists A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.", "setterMethodName" : "setExists", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateCondition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateCondition", "variableName" : "updateCondition", "variableType" : "UpdateCondition", "documentation" : null, "simpleType" : "UpdateCondition", "variableSetterType" : "UpdateCondition" }, "wrapper" : false } }, "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "software.amazon.awssdk.core.runtime.transform.StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2013-2018 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.core.AwsResponse", "sdkModeledExceptionBaseClassName" : "SimpleDBException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.simpledb.model.SimpleDBException", "sdkRequestBaseClassName" : "SimpleDBRequest", "sdkResponseBaseClassName" : "SimpleDBResponse", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.core.exception.SdkServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy